T - type of event payloads that the listener is interested in receiving.public interface EventBusListener<T> extends Serializable
EventBus.| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Event<T> event)
Called when an event has been received.
|
Copyright © 2017. All rights reserved.