public class MapChangeRegistry extends CallbackRegistry<ObservableMap.OnMapChangedCallback,ObservableMap,java.lang.Object>
CallbackRegistry.NotifierCallback<C,T,A>
Constructor and Description |
---|
MapChangeRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
notifyChange(ObservableMap sender,
java.lang.Object key)
Notifies registered callbacks that an element has been added, removed, or changed.
|
add, clear, clone, copyCallbacks, copyCallbacks, isEmpty, notifyCallbacks, remove
public void notifyChange(ObservableMap sender, java.lang.Object key)
sender
- The map that has changed.key
- The key of the element that changed.