public interface ObjectRemovalListener
extends java.util.EventListener
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.
Modifier and Type | Method and Description |
---|---|
void |
objectRemoved(ObjectRemovalEvent event)
This method gets called when an object is removed from a store.
|
void objectRemoved(ObjectRemovalEvent event)
event
- the ObjectRemovalEvent event