E - is the templated type of events to listen to.public interface EventListener<E> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(E event)
This method is called if an event occurred.
|
void handleEvent(E event)
EventSource it may NOT be legal to
add or remove listeners during the call of this method because this may lead to a dead-lock.event - is the event that notifies about something that happened.Copyright © 2001–2015 mmm-Team. All rights reserved.