public static class ObserverManager.InvocationList extends java.lang.Object implements ObserverManager.Invocation
| Constructor and Description | 
|---|
InvocationList()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(ObserverManager.Invocation invocation)  | 
java.util.List<ObserverManager.Invocation> | 
getInvocations()  | 
void | 
invoke(java.lang.Object event)  | 
public boolean add(ObserverManager.Invocation invocation)
public java.util.List<ObserverManager.Invocation> getInvocations()
public void invoke(java.lang.Object event)
invoke in interface ObserverManager.Invocation