public final class ChangeListenerSet extends ListenerCollection<IChangeListener>
ListenerCollection.INotifier<T>| Constructor and Description |
|---|
ChangeListenerSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyListeners()
Notifies all change listeners.
|
void |
notifyListeners(IModifiable modifiable)
Notifies all change listeners that modifiable was changed.
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptionspublic void notifyListeners()
public void notifyListeners(IModifiable modifiable)
modifiable - the changed objectCopyright © 2006–2016 Apache Software Foundation. All rights reserved.