- ChainBuilder<T> - Interface in org.mwolff.command.chain
-
A chain builder interface to build chains via configuration.
- ChainCommand<T> - Interface in org.mwolff.command.chain
-
ChainCommand interface for the command framework.
- Command<T> - Interface in org.mwolff.command
-
Command interface for the command framework.
- CommandContainer<T> - Interface in org.mwolff.command
-
Interface of a command container.
- CommandException - Exception in org.mwolff.command
-
Exception which works with this framework.
- CommandException() - Constructor for exception org.mwolff.command.CommandException
-
Constructs a new exception with null as its detail message.
- CommandException(String) - Constructor for exception org.mwolff.command.CommandException
-
Constructs a new exception with the specified detail message.
- CommandException(String, Throwable) - Constructor for exception org.mwolff.command.CommandException
-
Constructs a new exception with the specified detail message and
cause.
- CommandException(Throwable) - Constructor for exception org.mwolff.command.CommandException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
- CommandTransitionEnum - Interface in org.mwolff.command
-
- CommandTransitionEnum.CommandTransition - Enum in org.mwolff.command
-
Transition for an execute Method.