E - The type of events listened for by the implementing class.public interface EventListener<E extends Event>
| Modifier and Type | Method and Description |
|---|---|
void |
eventArrived(E event)
This method is called upon arrival of a new event of the given type.
|
void eventArrived(E event)
event - Copyright © 2013 jwall.org. All Rights Reserved.