Uses of Interface
org.refcodes.command.Command
-
Uses of Command in org.refcodes.command
Subinterfaces of Command in org.refcodes.commandModifier and TypeInterfaceDescriptioninterface
Classes in org.refcodes.command that implement CommandModifier and TypeClassDescriptionclass
AbstractCommand<CTX,
RET, E extends Exception> TheAbstractCommand
implements theUndoable
interface.class
AbstractUndoable<CTX,
RET, E extends Exception> TheAbstractUndoable
implements theUndoable
interface.Methods in org.refcodes.command that return CommandModifier and TypeMethodDescriptionCommandAccessor.getCommand()
Retrieves the command from the command property.CommandAccessor.CommandProperty.letCommand
(Command<CTX, R, E> aCommand) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenCommand
(setter) as ofCommandAccessor.CommandMutator.setCommand(Command)
and returns the very same value (getter).Methods in org.refcodes.command with parameters of type CommandModifier and TypeMethodDescriptionCommandAccessor.CommandProperty.letCommand
(Command<CTX, R, E> aCommand) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenCommand
(setter) as ofCommandAccessor.CommandMutator.setCommand(Command)
and returns the very same value (getter).void
CommandAccessor.CommandMutator.setCommand
(Command<CTX, R, E> aCommand) Sets the command for the command property.CommandAccessor.CommandBuilder.withCommand
(Command<CTX, R, E> aCommand) Sets the command for the command property.