Package org.apache.openjpa.event
Interface BrokerFactoryListener
-
public interface BrokerFactoryListenerInterface for listening toBrokerFactoryEventobjects. Should be registered with aOpenJPAConfiguration'sBrokerFactoryEventManager.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventFired(BrokerFactoryEvent event)Invoked after aBrokerFactoryhas been fully created.
-
-
-
Method Detail
-
eventFired
void eventFired(BrokerFactoryEvent event)
Invoked after aBrokerFactoryhas been fully created. This happens after the factory has been made read-only.
-
-