|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgentListener
Interface necessary for processing messages sent from the server.
The implementation of this interface is registered with the Agent using
ClientAgent.addAgentListener()
.
Method Summary | |
---|---|
void |
handleMessage(Message msg)
Message event handler method. |
Method Detail |
---|
void handleMessage(Message msg)
msg
- the incoming Message
to be handled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |