DefaultRegisteredInvocations
, SingleRegisteredInvocation
public interface RegisteredInvocations
Modifier and Type | Method | Description |
---|---|---|
void |
add(Invocation invocation) |
|
java.util.List<Invocation> |
getAll() |
|
boolean |
isEmpty() |
|
void |
removeLast() |
void add(Invocation invocation)
void removeLast()
java.util.List<Invocation> getAll()
boolean isEmpty()