Package org.apache.openjpa.event
Interface BrokerFactoryListener
public interface BrokerFactoryListener
Interface for listening to
BrokerFactoryEvent
objects. Should be
registered with a OpenJPAConfiguration
's
BrokerFactoryEventManager
.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventFired
(BrokerFactoryEvent event) Invoked after aBrokerFactory
has been fully created.
-
Method Details
-
eventFired
Invoked after aBrokerFactory
has been fully created. This happens after the factory has been made read-only.
-