public class ListenerRegistry<E>
extends java.lang.Object
| Constructor and Description |
|---|
ListenerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static <E> ListenerRegistry<E> |
newInstance() |
void |
notifyListeners(E event) |
void |
register(Listener4<E> listener) |
void |
remove(Listener4<E> listener) |