|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMoteListener | |
lime.motes | |
moteaccess |
Uses of IMoteListener in lime.motes |
Classes in lime.motes that implement IMoteListener | |
class |
MoteAgent
This Agent is responsible to establish the bridge between lime and the motes subsystem, it reacts to configuration tuple in the BASENAME-CONFIG tuple space, asks the motes subsystem to read environmental data and out them in the BASENAME tuple space. |
Fields in lime.motes declared as IMoteListener | |
(package private) IMoteListener |
MoteAgent.ReactionRequestListener.ml
The IMoteListener that instantiates this. |
Constructors in lime.motes with parameters of type IMoteListener | |
MoteAgent.ReactionRequestListener(IMoteListener ml)
Public constructor for a ReactionRequestListener. |
Uses of IMoteListener in moteaccess |
Classes in moteaccess that implement IMoteListener | |
class |
MoteAccessTester
|
Methods in moteaccess with parameters of type IMoteListener | |
void |
TOSMoteAccess.doRead(RequestID rid,
MoteRequest mr_in,
IMoteListener ml)
|
void |
TOSMoteAccess.injectReaction(RequestID rid,
MoteReaction mr_in,
IMoteListener ml)
|
void |
IMoteAccess.doRead(RequestID rid,
MoteRequest mr,
IMoteListener ml)
Method by which the MoteAccess layer is requested to start an unconditional read operation. |
void |
IMoteAccess.injectReaction(RequestID rid,
MoteReaction mr,
IMoteListener ml)
Method by which the MoteAccess layer is requested to install a reaction. |
void |
DummyMoteAccess.doRead(RequestID r,
MoteRequest mr,
IMoteListener ml)
Roughly simulate the behaviour of a correct doRead of a IMoteAccess. |
void |
DummyMoteAccess.injectReaction(RequestID r,
MoteReaction mr,
IMoteListener ml)
Emulate the behaviour of an injectReaction |
private void |
DummyMoteAccess.timeElapsed(IMoteListener ml)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |