Package com.db4o.internal.events
Class EventRegistryImpl.CommittedEvent
- java.lang.Object
- 
- com.db4o.internal.events.Event4Impl
- 
- com.db4o.internal.events.EventRegistryImpl.CommittedEvent
 
 
- 
- All Implemented Interfaces:
- Event4
 - Enclosing class:
- EventRegistryImpl
 
 protected class EventRegistryImpl.CommittedEvent extends Event4Impl 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedCommittedEvent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonListenerAdded()Might be overridden whenever specific events need to know when listeners subscribe to the event.- 
Methods inherited from class com.db4o.internal.events.Event4ImpladdListener, hasListeners, newInstance, removeListener, trigger
 
- 
 
- 
- 
- 
Method Detail- 
onListenerAddedprotected void onListenerAdded() Description copied from class:Event4ImplMight be overridden whenever specific events need to know when listeners subscribe to the event.- Overrides:
- onListenerAddedin class- Event4Impl
 
 
- 
 
-