public interface IChangeNotifier
Modifier and Type | Method and Description |
---|---|
void |
addListener(INotifyChangedListener notifyChangedListener)
This adds another listener.
|
void |
fireNotifyChanged(Notification notification)
This calls
notifyChanged for each listener. |
void |
removeListener(INotifyChangedListener notifyChangedListener)
This removes a listener.
|
void fireNotifyChanged(Notification notification)
notifyChanged
for each listener.void addListener(INotifyChangedListener notifyChangedListener)
void removeListener(INotifyChangedListener notifyChangedListener)