EventType - The type pf event this listener listens to.public interface UpdateEventListener<EventType>
| Modifier and Type | Method and Description |
|---|---|
void |
onEventReceived(EventType event)
Performs an operation based on the received event.
|
void onEventReceived(EventType event)
event - The received event.Copyright © 2017. All rights reserved.