|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addedReaction(RequestID rid,
MoteReaction req)
Notifies the user that a new reaction has been installed. |
void |
addedRequest(RequestID rid,
MoteRequest req)
Notifies the user that a new request is being sent to the network. |
void |
printStatusLine(java.lang.String status)
Prints a status message. |
void |
stoppedReaction(RequestID rid,
MoteReaction req,
java.lang.String reason)
Notifies the user that a reaction was stopped. |
void |
stoppedRequest(RequestID rid,
MoteRequest req,
java.lang.String reason)
Notifies the user that a running request was stopped. |
Method Detail |
public void printStatusLine(java.lang.String status)
status
- : status message to print.public void addedRequest(RequestID rid, MoteRequest req)
req
- : the MoteRequest object describing the new request.public void addedReaction(RequestID rid, MoteReaction req)
req
- : the MoteReaction object describing the new reaction.public void stoppedRequest(RequestID rid, MoteRequest req, java.lang.String reason)
req
- : the MoteRequest that just stopped.reason
- : the reason why the request was stopped.public void stoppedReaction(RequestID rid, MoteReaction req, java.lang.String reason)
req
- : the MoteReaction that just stopped.reason
- : the reason why the reaction was stopped.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |