public static class ObserverManager.InvocationList extends Object implements ObserverManager.Invocation
| Constructor and Description |
|---|
InvocationList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ObserverManager.Invocation invocation) |
List<ObserverManager.Invocation> |
getInvocations() |
void |
invoke(Object event) |
public boolean add(ObserverManager.Invocation invocation)
public List<ObserverManager.Invocation> getInvocations()
public void invoke(Object event)
invoke in interface ObserverManager.InvocationCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.