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, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void notifyListeners(T t)
t
t
- the changed objectCopyright © 2006–2022 Apache Software Foundation. All rights reserved.