Interface ProxyPingEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
ProxyPingEventImpl
public interface ProxyPingEvent extends Event
This event is fired when a server list ping request is sent by a remote client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InboundConnectionconnection()ServerPingping()voidsetPing(ServerPing ping)
-
-
-
Method Detail
-
connection
InboundConnection connection()
-
ping
ServerPing ping()
-
setPing
void setPing(ServerPing ping)
-
-