Package org.seedstack.seed.command
Interface Command<T>
-
- Type Parameters:
T- The return parameter of the execute method.
- All Known Subinterfaces:
PrettyCommand<T>,StreamCommand
public interface Command<T>Defines an action that can be executed by a command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(Object object)The action code to be executed.
-