|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.clapper.util.misc.ObjectRemovalEvent
public class ObjectRemovalEvent
An 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 LRUMap class supports
this event through its LRUMap.addRemovalListener(org.clapper.util.misc.ObjectRemovalListener, boolean) method.
ObjectRemovalListener,
LRUMap.addRemovalListener(org.clapper.util.misc.ObjectRemovalListener, boolean),
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ObjectRemovalEvent(java.lang.Object source)
Construct a ObjectRemovalEvent event to announce the removal of an object from a data store. |
|
| Method Summary |
|---|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectRemovalEvent(java.lang.Object source)
source - the object being removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||