T - type of the listener.public interface ListenerHandler<T> extends Observable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
notifyListeners(Invoker<T> invoker)
Notifies listeners.
|
register, unregisterCopyright © 2014. All Rights Reserved.