Interface RegisteredInvocations
-
- All Known Implementing Classes:
DefaultRegisteredInvocations,SingleRegisteredInvocation
public interface RegisteredInvocations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Invocation invocation)voidclear()java.util.List<Invocation>getAll()booleanisEmpty()voidremoveLast()
-
-
-
Method Detail
-
add
void add(Invocation invocation)
-
removeLast
void removeLast()
-
getAll
java.util.List<Invocation> getAll()
-
clear
void clear()
-
isEmpty
boolean isEmpty()
-
-