public class ClientCommandEvent extends ServerEvent
| Constructor and Description |
|---|
ClientCommandEvent(RemoteClient remote,
RemoteServer sv,
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
|
RemoteServer |
getServer()
Get the remote server
|
getClientpublic ClientCommandEvent(RemoteClient remote, RemoteServer sv, String cmd, String inf)
remote - the remote clientsv - the remote servercmd - the commandinf - the command informationpublic RemoteServer getServer()
public final String getCommand()
public final String getInformation()
Copyright © 2022. All rights reserved.