Class AbstractConstChangeNotifyMap
- java.lang.Object
-
- net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap
-
- All Implemented Interfaces:
ConstCollection,ConstMap,ConstChangeNotifyMap
- Direct Known Subclasses:
AbstractChangeNotifyMap,ConstChangeNotifyVectorMap
public abstract class AbstractConstChangeNotifyMap extends java.lang.Object implements ConstChangeNotifyMap
-
-
Constructor Summary
Constructors Constructor Description AbstractConstChangeNotifyMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfireEntriesChanged(ConstMap changes)protected voidfireEntryChanged(java.lang.Object key, java.lang.Object oldValue, java.lang.Object newValue)protected voidfireEntryRemoved(java.lang.Object key, java.lang.Object value)protected voidfirstListenerAdded()SignalHookgetChangeSignal()protected SignalgetChangeSignalInternal()protected voidlastListenerRemoved()protected voidlistenerAdded()protected voidlistenerRemoved()-
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
-
-
-
-
Method Detail
-
firstListenerAdded
protected void firstListenerAdded()
-
lastListenerRemoved
protected void lastListenerRemoved()
-
listenerRemoved
protected void listenerRemoved()
-
listenerAdded
protected void listenerAdded()
-
getChangeSignal
public SignalHook getChangeSignal()
- Specified by:
getChangeSignalin interfaceConstChangeNotifyMap
-
getChangeSignalInternal
protected Signal getChangeSignalInternal()
-
fireEntryRemoved
protected void fireEntryRemoved(java.lang.Object key, java.lang.Object value)
-
fireEntryChanged
protected void fireEntryChanged(java.lang.Object key, java.lang.Object oldValue, java.lang.Object newValue)
-
fireEntriesChanged
protected void fireEntriesChanged(ConstMap changes)
-
-