Interface CommandAccessor.CommandMutator<CTX,R,E extends Exception>
- Type Parameters:
CTX- the generic typeR- the generic typeE- 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 TypeMethodDescriptionvoidsetCommand(Command<CTX, R, E> aCommand) Sets the command for the command property.
-
Method Details
-
setCommand
-