org.apache.openejb.observer
Class ObserverManager.InvocationList
java.lang.Object
org.apache.openejb.observer.ObserverManager.InvocationList
- All Implemented Interfaces:
- ObserverManager.Invocation
- Enclosing class:
- ObserverManager
public static class ObserverManager.InvocationList
- extends Object
- implements ObserverManager.Invocation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObserverManager.InvocationList
public ObserverManager.InvocationList()
add
public boolean add(ObserverManager.Invocation invocation)
getInvocations
public List<ObserverManager.Invocation> getInvocations()
invoke
public void invoke(Object event)
- Specified by:
invoke in interface ObserverManager.Invocation
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.