|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectRemovalListener
An ObjectRemovalListener is an EventListener that
can be registered with certain data store objects to receive an
ObjectRemovalEvent whenever an object is removed from the data
store.
ObjectRemovalEvent,
LRUMap.addRemovalListener(org.clapper.util.misc.ObjectRemovalListener, boolean)| Method Summary | |
|---|---|
void |
objectRemoved(ObjectRemovalEvent event)
This method gets called when an object is removed from a store. |
| Method Detail |
|---|
void objectRemoved(ObjectRemovalEvent event)
event - the ObjectRemovalEvent event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||