Uses of Class
lime.ReactionEvent

Packages that use ReactionEvent
Default Package   
lime   
lime.motes   
lime.motes.util.console   
lime.util.console   
 

Uses of ReactionEvent in
 

Methods in Default Package with parameters of type ReactionEvent
 void ReactiveClientAgent.reactsTo(ReactionEvent mre)
           
 

Uses of ReactionEvent in lime
 

Subclasses of ReactionEvent in lime
(package private)  class SystemReactionEvent
          Contains information related to an event that is triggered from within the PendingUpon structure.
 

Methods in lime with parameters of type ReactionEvent
 void SystemUponListener.reactsTo(ReactionEvent e)
           
 void RemoteUponListener.reactsTo(ReactionEvent e)
           
 void ReactionListener.reactsTo(ReactionEvent e)
          This method is invoked automatically by the system when the corresponding reaction must be fired.
 void PendingUponListener.reactsTo(ReactionEvent e)
           
 void LSTSListener.reactsTo(ReactionEvent e)
           
 void LocalUponListener.reactsTo(ReactionEvent e)
           
 

Constructors in lime with parameters of type ReactionEvent
SystemReactionEvent(short type, ReactionEvent e)
           
 

Uses of ReactionEvent in lime.motes
 

Subclasses of ReactionEvent in lime.motes
 class MoteReactionEvent
          This class extends the lime ReactionEvent one, and has basically the same meaning; it includes the MoteID.
 

Methods in lime.motes with parameters of type ReactionEvent
 void MoteLimeTupleSpace.reactsTo(ReactionEvent e)
          This implementation of the reactsTo method is used when we are reacting to tuples requested with the rd method.
 void MoteLimeTupleSpace.MotesReactionInterceptor.reactsTo(ReactionEvent e)
          This method must extract the MoteID from the returned tuple, and create a ReactionEvent that will be returned to the real listener.
 void MoteAgent.reactsTo(ReactionEvent e)
          This method implements the ReactionListener ractsTo method, checking the type of the configuration tuple.
 void MoteAgent.ReactionRequestListener.reactsTo(ReactionEvent e)
          This reactsTo implementation is used to handle a request of new reaction registration.
 void MoteAgent.MoteStopOperation.reactsTo(ReactionEvent e)
          This implementation of the reactsTo simply stops the injected operation in the IMoteAccess.
 

Uses of ReactionEvent in lime.motes.util.console
 

Methods in lime.motes.util.console with parameters of type ReactionEvent
 void LimeConsoleListener.reactsTo(ReactionEvent e)
          Displays a brief message on the LimeConsole associated with the listener, and prints the tuple that has been reacted to.
 

Uses of ReactionEvent in lime.util.console
 

Methods in lime.util.console with parameters of type ReactionEvent
 void LimeConsoleListener.reactsTo(ReactionEvent e)
          Displays a brief message on the LimeConsole associated with the listener, and prints the tuple that has been reacted to.