Module org.refcodes.command
Package org.refcodes.command
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 Type Method Description void
setCommand(Command<CTX,R,E> aCommand)
Sets the command for the command property.
-
Method Details
-
setCommand
Sets the command for the command property.- Parameters:
aCommand
- The command to be stored by the command property.
-