public class ClientMessageEvent extends ServerEvent
| Constructor and Description |
|---|
ClientMessageEvent(RemoteClient remote,
byte[] data)
Initialize the server event
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getMessage()
Get the message
|
getClientpublic ClientMessageEvent(RemoteClient remote, byte[] data)
remote - the remote clientdata - the messageCopyright © 2021. All rights reserved.