Package com.avrix.events
Class OnConnectFailedEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnConnectFailedEvent
Triggered when the connection to the server has failed.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(String error) Called Event Handling Method
-
Constructor Details
-
OnConnectFailedEvent
public OnConnectFailedEvent()
-
-
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:
error
- The error message describing the reason for the connection failure.
-