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