|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageHandler
A message handler is responsible for processing incoming messages from a HandlingWorker.
| Method Summary | |
|---|---|
void |
connectionLost()
Called to indicate that the connection was lost. |
void |
handleMessage(Message message)
Handles the given message. |
| Method Detail |
|---|
void handleMessage(Message message)
message - The message to be handled. Will never be null.void connectionLost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||