| Constructor and Description |
|---|
Listeners()
Creates list of listeners with default size of 10.
|
public void add(L listener) throws TooManyListenersException
listener - the listener to be addedTooManyListenersExceptionpublic void remove(L listener)
listener - the listener to be removed.public void clear()
public boolean dispatch(Event event)
event - the event to be dispatchedCopyright © 2016 TeleStax, Inc.. All Rights Reserved.