Package org.refcodes.command
Interface CommandAccessor.CommandMutator<CTX,R,E extends java.lang.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 java.lang.Exception>
public static interface CommandAccessor.CommandMutator<CTX,R,E extends java.lang.Exception>Provides a mutator for a command property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCommand(Command<CTX,R,E> aCommand)Sets the command for the command property.
-