Package com.avrix.events
Class OnReceiveUserlogEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnReceiveUserlogEvent
Triggered when the game client is receiving user log from the server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(String username, ByteBuffer result) Called Event Handling Method
-
Constructor Details
-
OnReceiveUserlogEvent
public OnReceiveUserlogEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- Returns:
- name of the event being implemented
-
handleEvent
Called Event Handling Method- Parameters:
username
- The username for which we're receiving the log.result
- The resulting log.
-