Class ClientHandlerEvent
java.lang.Object
me.remigio07.chatplugin.api.proxy.event.socket.ClientHandlerEvent
- All Implemented Interfaces:
ChatPluginEvent
- Direct Known Subclasses:
ClientConnectionEvent,ClientDisconnectionEvent,ServerReceivePacketEvent
Represents a
ClientHandler-related event.-
Method Summary
Modifier and TypeMethodDescriptionGets the client handler involved with this event.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.remigio07.chatplugin.api.common.event.ChatPluginEvent
call
-
Method Details
-
getClientHandler
Gets the client handler involved with this event.- Returns:
- Client handler involved
-