Uses of Interface
org.refcodes.command.Command
-
Uses of Command in org.refcodes.command
Subinterfaces of Command in org.refcodes.commandModifier and TypeInterfaceDescriptioninterfaceClasses in org.refcodes.command that implement CommandModifier and TypeClassDescriptionclassAbstractCommand<CTX,RET, E extends Exception> TheAbstractCommandimplements theUndoableinterface.classAbstractUndoable<CTX,RET, E extends Exception> TheAbstractUndoableimplements theUndoableinterface.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).voidCommandAccessor.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.