MESSAGE - the generic typepublic class MessageEvent<MESSAGE>
extends java.lang.Object
MultiConnectionSocket's message processing.| Constructor and Description |
|---|
MessageEvent() |
| Modifier and Type | Method and Description |
|---|---|
MESSAGE |
getMessage()
Gets the message.
|
void |
setMessage(MESSAGE message)
Sets the message.
|