public class ClientCommandEvent extends ServerEvent
| Constructor and Description |
|---|
ClientCommandEvent(RemoteClient remote,
String cmd,
String inf)
Initialize the server event
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Get the command
|
String |
getInformation()
Get the command information
|
getClientpublic ClientCommandEvent(RemoteClient remote, String cmd, String inf)
remote - the remote clientcmd - the commandinf - the command informationCopyright © 2022. All rights reserved.