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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCalled when a RCON client attempts to get authenticated against the server.static interfaceCalled when a RCON client is attempting to connect.static interfaceCalled when a RCON client disconnects. -
Method Summary
-
Method Details
-
connection
RconConnection connection()Gets theRconConnectionresponsible for the event.- Returns:
- The
RconConnectionresponsible for the event
-