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 Summary
Constructors Modifier Constructor Description protectedCommittedEvent()
-
Method Summary
All 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.Event4Impl
addListener, hasListeners, newInstance, removeListener, trigger
-
-
-
-
Method Detail
-
onListenerAdded
protected void onListenerAdded()
Description copied from class:Event4ImplMight be overridden whenever specific events need to know when listeners subscribe to the event.- Overrides:
onListenerAddedin classEvent4Impl
-
-