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