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