|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlime.motes.MoteAgent.ReactionRequestListener
This class is used to react to tuples in the config tuple space that request for a reaction.
Field Summary | |
(package private) IMoteListener |
ml
The IMoteListener that instantiates this. |
Constructor Summary | |
MoteAgent.ReactionRequestListener(IMoteListener ml)
Public constructor for a ReactionRequestListener. |
Method Summary | |
void |
reactsTo(ReactionEvent e)
This reactsTo implementation is used to handle a request of new reaction registration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
IMoteListener ml
Constructor Detail |
public MoteAgent.ReactionRequestListener(IMoteListener ml)
ml
- the MoteListener that instantiates this.Method Detail |
public void reactsTo(ReactionEvent e)
reactsTo
in interface ReactionListener
e
- the event that triggered the reaction.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |