Interface CommandManager<T,​V>

  • Type Parameters:
    T - The execution context
    V - The resulting violations of the command execution in the given context.
    All Known Implementing Classes:
    CommandManagerImpl, DelegateCommandManager

    public interface CommandManager<T,​V>
    Manager to handle execution of commands in a given context.