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
 void eventFired(BrokerFactoryEvent event)
          Invoked after a BrokerFactory has been fully created.
 

Method Detail

eventFired

void eventFired(BrokerFactoryEvent event)
Invoked after a BrokerFactory has been fully created. This happens after the factory has been made read-only.



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.