org.clapper.util.misc
Class ObjectRemovalEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.clapper.util.misc.ObjectRemovalEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class ObjectRemovalEvent extends java.util.EventObjectAn ObjectRemovalEvent is an event that is propagated to certain event listeners when an object is removed from some kind of a store or data structure. For instance, the
LRUMapclass supports this event through itsLRUMap.addRemovalListener(org.clapper.util.misc.ObjectRemovalListener, boolean)method.
-
-
Constructor Summary
Constructors Constructor and Description ObjectRemovalEvent(java.lang.Object source)Construct a ObjectRemovalEvent event to announce the removal of an object from a data store.
-
DMelt 3.0 © DataMelt by jWork.ORG