alice.tuplemedium
Class TriggeredReaction

java.lang.Object
  |
  +--alice.tuplemedium.TriggeredReaction
All Implemented Interfaces:
java.io.Serializable

public class TriggeredReaction
extends java.lang.Object
implements java.io.Serializable

Represents a reaction which has been triggered inside a tuple centre by a specific event

See Also:
Reaction, Reactor, Event, TupleCentreVM, Serialized Form

Field Summary
 Event event
          the event triggering the reaction
 Reaction reaction
          the reaction triggered
 
Constructor Summary
TriggeredReaction(Event ev, Reaction re)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public Event event
the event triggering the reaction

reaction

public Reaction reaction
the reaction triggered
Constructor Detail

TriggeredReaction

public TriggeredReaction(Event ev,
                         Reaction re)