Interface RegisteredInvocations
- All Known Implementing Classes:
DefaultRegisteredInvocations,SingleRegisteredInvocation
public interface RegisteredInvocations
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Invocation invocation) voidclear()getAll()booleanisEmpty()void
-
Method Details
-
add
-
removeLast
void removeLast() -
getAll
List<Invocation> getAll() -
clear
void clear() -
isEmpty
boolean isEmpty()
-