Uses of Class
moteaccess.MoteReaction

Packages that use MoteReaction
lime.motes   
moteaccess   
 

Uses of MoteReaction in lime.motes
 

Subclasses of MoteReaction in lime.motes
 class LimeMoteReaction
          This class extends MoteReaction in order to exploit the injection of a reaction with the MoteAccess module.
 

Uses of MoteReaction in moteaccess
 

Fields in moteaccess declared as MoteReaction
(package private)  MoteReaction SwingTOSMoteAccessUI.RequestWrapper.mreact
           
 

Methods in moteaccess that return MoteReaction
 MoteReaction SwingTOSMoteAccessUI.RequestWrapper.getReaction()
           
 

Methods in moteaccess with parameters of type MoteReaction
 void TOSMoteAccessUI.addedReaction(RequestID rid, MoteReaction req)
          Notifies the user that a new reaction has been installed.
 void TOSMoteAccessUI.stoppedReaction(RequestID rid, MoteReaction req, java.lang.String reason)
          Notifies the user that a reaction was stopped.
 void TOSMoteAccess.injectReaction(RequestID rid, MoteReaction mr_in, IMoteListener ml)
           
 void TextTOSMoteAccessUI.addedReaction(RequestID rid, MoteReaction req)
          Notifies the user that a new reaction has been installed.
 void TextTOSMoteAccessUI.stoppedReaction(RequestID rid, MoteReaction req, java.lang.String reason)
          Notifies the user that a reaction was stopped.
 void SwingTOSMoteAccessUI.addedReaction(RequestID rid, MoteReaction req)
          Notifies the user that a new reaction has been installed.
 void SwingTOSMoteAccessUI.stoppedReaction(RequestID rid, MoteReaction req, java.lang.String reason)
          Notifies the user that a reaction was stopped.
 void IMoteAccess.injectReaction(RequestID rid, MoteReaction mr, IMoteListener ml)
          Method by which the MoteAccess layer is requested to install a reaction.
 void DummyMoteAccess.injectReaction(RequestID r, MoteReaction mr, IMoteListener ml)
          Emulate the behaviour of an injectReaction
 

Constructors in moteaccess with parameters of type MoteReaction
SwingTOSMoteAccessUI.RequestWrapper(RequestID rid, MoteReaction mr)
           
MoteReaction(MoteReaction mr2)
          Copy constructor.