public interface ListenerService<E extends Event,L extends EventListener<E>>
Modifier and Type | Method and Description |
---|---|
void |
addListener(L listener)
Adds the specified listener.
|
void |
removeListener(L listener)
Removes the specified listener.
|