Interface RconConnectionEvent
-
- All Superinterfaces:
Event
- All Known Subinterfaces:
RconConnectionEvent.Auth
,RconConnectionEvent.Connect
,RconConnectionEvent.Disconnect
public interface RconConnectionEvent extends Event
An event that is associated with anRconConnection
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RconConnectionEvent.Auth
Called when a RCON client attempts to get authenticated against the server.static interface
RconConnectionEvent.Connect
Called when a RCON client is attempting to connect.static interface
RconConnectionEvent.Disconnect
Called when a RCON client disconnects.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RconConnection
connection()
Gets theRconConnection
responsible for the event.
-
-
-
Method Detail
-
connection
RconConnection connection()
Gets theRconConnection
responsible for the event.- Returns:
- The
RconConnection
responsible for the event
-
-