public class EventManager<E extends IEvent>
extends java.lang.Object
Constructor | Description |
---|---|
EventManager() |
Modifier and Type | Method | Description |
---|---|---|
void |
addListener(IListener<E> listener) |
Adds the given listener to this event manager.
|
void |
fireEvent(E e) |
|
void |
removeListener(IListener<E> listener) |
Removes the given listener from this event manager.
|