public interface RegisteredInvocations
Modifier and Type | Method and Description |
---|---|
void |
add(Invocation invocation) |
void |
clear() |
List<Invocation> |
getAll() |
boolean |
isEmpty() |
void |
removeLast() |
void add(Invocation invocation)
void removeLast()
List<Invocation> getAll()
void clear()
boolean isEmpty()