E - Type of the event.public interface Listener<E>
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(E event)
Method called to notify the occurrence of an event.
|
void handleEvent(E event)
event - occurred event.Copyright © 2014. All Rights Reserved.