Interface CommandAccessor<CTX,​R,​E extends 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 Exception>
Provides an accessor for a command property.
  • Method Details

    • getCommand

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