Class AbstractConstChangeNotifyMap
java.lang.Object
net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap
- All Implemented Interfaces:
ConstCollection,ConstMap,ConstChangeNotifyMap
- Direct Known Subclasses:
AbstractChangeNotifyMap,ConstChangeNotifyVectorMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfireEntriesChanged(ConstMap changes) protected voidfireEntryChanged(Object key, Object oldValue, Object newValue) protected voidfireEntryRemoved(Object key, Object value) protected voidprotected Signalprotected voidprotected voidprotected voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.infonode.util.collection.ConstCollection
isEmptyMethods inherited from interface net.infonode.util.collection.map.base.ConstMap
constIterator, containsKey, containsValue, get
-
Constructor Details
-
AbstractConstChangeNotifyMap
public AbstractConstChangeNotifyMap()
-
-
Method Details
-
firstListenerAdded
protected void firstListenerAdded() -
lastListenerRemoved
protected void lastListenerRemoved() -
listenerRemoved
protected void listenerRemoved() -
listenerAdded
protected void listenerAdded() -
getChangeSignal
- Specified by:
getChangeSignalin interfaceConstChangeNotifyMap
-
getChangeSignalInternal
-
fireEntryRemoved
-
fireEntryChanged
-
fireEntriesChanged
-