Uses of Interface
org.refcodes.command.Command
-
-
Uses of Command in org.refcodes.command
Subinterfaces of Command in org.refcodes.command Modifier and Type Interface Description interfaceUndoable<CTX,RET,E extends java.lang.Exception>Classes in org.refcodes.command that implement Command Modifier and Type Class Description classAbstractCommand<CTX,RET,E extends java.lang.Exception>TheAbstractCommandimplements theUndoableinterface.classAbstractUndoable<CTX,RET,E extends java.lang.Exception>TheAbstractUndoableimplements theUndoableinterface.Methods in org.refcodes.command that return Command Modifier and Type Method Description Command<CTX,R,E>CommandAccessor. getCommand()Retrieves the command from the command property.Methods in org.refcodes.command with parameters of type Command Modifier and Type Method Description voidCommandAccessor.CommandMutator. setCommand(Command<CTX,R,E> aCommand)Sets the command for the command property.BCommandAccessor.CommandBuilder. withCommand(Command<CTX,R,E> aCommand)Sets the command for the command property.
-