Interface CommandAccessor.CommandMutator<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>
Enclosing interface:
CommandAccessor<CTX,​R,​E extends Exception>

public static interface CommandAccessor.CommandMutator<CTX,​R,​E extends Exception>
Provides a mutator for a command property.
  • Method Summary

    Modifier and Type Method Description
    void setCommand​(Command<CTX,​R,​E> aCommand)
    Sets the command for the command property.
  • Method Details

    • setCommand

      void setCommand​(Command<CTX,​R,​E> aCommand)
      Sets the command for the command property.
      Parameters:
      aCommand - The command to be stored by the command property.