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 protected
CommittedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onListenerAdded()
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:Event4Impl
Might be overridden whenever specific events need to know when listeners subscribe to the event.- Overrides:
onListenerAdded
in classEvent4Impl
-
-