public class ClientCommandEvent extends ServerEvent
| Constructor and Description |
|---|
ClientCommandEvent(RemoteClient remote,
String cmd,
String inf,
byte[] t)
Initialize the server event
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Get the command
|
String |
getInformation()
Get the command information
|
byte[] |
getRawCommand()
Get the raw command
|
getClientpublic ClientCommandEvent(RemoteClient remote, String cmd, String inf, byte[] t)
remote - the remote clientcmd - the commandinf - the command informationt - the raw commandpublic final String getCommand()
public final String getInformation()
public final byte[] getRawCommand()
Copyright © 2021. All rights reserved.