public interface Observer<E extends Event<?>>
Modifier and Type | Method and Description |
---|---|
void |
onEvent(E aEvent)
The listener implementing this interface is notified of an event via this
method.
|
void onEvent(E aEvent)
aEvent
- aEvent The event to be pushed from the publisher to the
subscriber.Copyright © 2016. All rights reserved.