public class ServerDisconnectEvent extends ClientEvent
| Constructor and Description |
|---|
ServerDisconnectEvent(RemoteServer remote,
RemoteClient cl,
String r)
Initialize the client event
|
| Modifier and Type | Method and Description |
|---|---|
RemoteClient |
getClient()
Get the remote client
|
String |
getReason()
Get the disconnect reason
|
getServerpublic ServerDisconnectEvent(RemoteServer remote, RemoteClient cl, String r)
remote - the remote servercl - the remote clientr - the disconnect reasonpublic RemoteClient getClient()
public final String getReason()
Copyright © 2022. All rights reserved.