|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlime.motes.MoteAgent.MoteStopOperation
This class is used to react to a tuple that indicates the command to stop a running operation on the motes (typically a reaction).
Constructor Summary | |
MoteAgent.MoteStopOperation()
Public constructor that builds the listener. |
Method Summary | |
void |
reactsTo(ReactionEvent e)
This implementation of the reactsTo simply stops the injected operation in the IMoteAccess. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MoteAgent.MoteStopOperation()
Method Detail |
public void reactsTo(ReactionEvent e)
reactsTo
in interface ReactionListener
e
- the event that triggered the reaction.ReactionListener.reactsTo(lime.ReactionEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |