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 Object implements ConstChangeNotifyMap
  • Constructor Details

    • AbstractConstChangeNotifyMap

      public AbstractConstChangeNotifyMap()
  • Method Details

    • firstListenerAdded

      protected void firstListenerAdded()
    • lastListenerRemoved

      protected void lastListenerRemoved()
    • listenerRemoved

      protected void listenerRemoved()
    • listenerAdded

      protected void listenerAdded()
    • getChangeSignal

      public SignalHook getChangeSignal()
      Specified by:
      getChangeSignal in interface ConstChangeNotifyMap
    • getChangeSignalInternal

      protected Signal getChangeSignalInternal()
    • fireEntryRemoved

      protected void fireEntryRemoved(Object key, Object value)
    • fireEntryChanged

      protected void fireEntryChanged(Object key, Object oldValue, Object newValue)
    • fireEntriesChanged

      protected void fireEntriesChanged(ConstMap changes)