Interface RegisteredInvocations

All Known Implementing Classes:
DefaultRegisteredInvocations, SingleRegisteredInvocation

public interface RegisteredInvocations
  • Method Details

    • add

      void add(Invocation invocation)
    • removeLast

      void removeLast()
    • getAll

      List<Invocation> getAll()
    • clear

      void clear()
    • isEmpty

      boolean isEmpty()