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 void
fireEntriesChanged
(ConstMap changes) protected void
fireEntryChanged
(Object key, Object oldValue, Object newValue) protected void
fireEntryRemoved
(Object key, Object value) protected void
protected Signal
protected void
protected void
protected void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.infonode.util.collection.ConstCollection
isEmpty
Methods 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:
getChangeSignal
in interfaceConstChangeNotifyMap
-
getChangeSignalInternal
-
fireEntryRemoved
-
fireEntryChanged
-
fireEntriesChanged
-