Interface CommandAccessor<CTX,R,E extends java.lang.Exception>

  • Type Parameters:
    CTX - the generic type
    R - the generic type
    E - the element type
    All Known Subinterfaces:
    CommandAccessor.CommandProperty<CTX,R,E>


    public interface CommandAccessor<CTX,R,E extends java.lang.Exception>
    Provides an accessor for a command property.
    • Method Detail

      • getCommand

        Command<CTX,R,E> getCommand​()
        Retrieves the command from the command property.
        Returns:
        The command stored by the command property.