org.apache.openjpa.event
Class BrokerFactoryEventManager
java.lang.Object
org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
org.apache.openjpa.event.BrokerFactoryEventManager
- All Implemented Interfaces:
- EventManager
public class BrokerFactoryEventManager
- extends AbstractConcurrentEventManager
EventManager
responsible for notifying listeners of
BrokerFactoryEvent
s.
- Since:
- 1.0.0
Method Summary |
protected void |
fireEvent(Object event,
Object listener)
Implement this method to fire the given event to the given listener. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerFactoryEventManager
public BrokerFactoryEventManager(Configuration conf)
fireEvent
protected void fireEvent(Object event,
Object listener)
- Description copied from class:
AbstractConcurrentEventManager
- Implement this method to fire the given event to the given listener.
- Specified by:
fireEvent
in class AbstractConcurrentEventManager
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.