public static class rtm_Test.HelloHandler extends RTMEventHandler<HelloEvent>
| Modifier and Type | Field and Description |
|---|---|
AtomicInteger |
counter |
| Constructor and Description |
|---|
HelloHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HelloEvent event)
Implement your logic in this method.
|
acceptUntypedObject, getEventClass, getEventTypepublic final AtomicInteger counter
public void handle(HelloEvent event)
RTMEventHandlerhandle in class RTMEventHandler<HelloEvent>event - event dataCopyright © 2020. All rights reserved.