T - public final class ChangeListenerSet<T> extends ListenerCollection<IChangeListener<T>>
ListenerCollection.INotifier<T>| Constructor and Description |
|---|
ChangeListenerSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyListeners(T t)
Notifies all change listeners of a change in
t |
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void notifyListeners(T t)
tt - the changed objectCopyright © 2006–2021 Apache Software Foundation. All rights reserved.