| Constructor and Description |
|---|
RTMEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptUntypedObject(Object event)
Used only internally.
|
Class<E> |
getEventClass()
Returns the Class object of the Event implementation.
|
String |
getEventType()
Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)
|
abstract void |
handle(E event)
Implement your logic in this method.
|
public String getEventType()
public abstract void handle(E event)
event - event datapublic void acceptUntypedObject(Object event)
event - event dataCopyright © 2019. All Rights Reserved.