|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageHandler
The Interface MessageHandler.
Method Summary | |
---|---|
void |
handlerConnected(ConnectionHandler connectionHandler)
Handler connected. |
void |
handlerDisconnected(ConnectionHandler connectionHandler)
Handler disconnected. |
void |
messageReceived(java.lang.Object object,
ConnectionHandler connectionHandler)
Message received. |
Method Detail |
---|
void handlerConnected(ConnectionHandler connectionHandler)
connectionHandler
- the connection handlervoid handlerDisconnected(ConnectionHandler connectionHandler)
connectionHandler
- the connection handlervoid messageReceived(java.lang.Object object, ConnectionHandler connectionHandler)
object
- the objectconnectionHandler
- the connection handler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |