Uses of Interface
org.mwolff.command.chain.ChainCommand
-
Packages that use ChainCommand Package Description org.mwolff.command org.mwolff.command.builder org.mwolff.command.chain org.mwolff.command.process org.mwolff.command.testcommand -
-
Uses of ChainCommand in org.mwolff.command
Subinterfaces of ChainCommand in org.mwolff.command Modifier and Type Interface Description interface
CommandContainer<T>
Interface of a command container.Classes in org.mwolff.command that implement ChainCommand Modifier and Type Class Description class
DefaultCommandContainer<T>
CommandContainer that holds Command-objects. -
Uses of ChainCommand in org.mwolff.command.builder
Classes in org.mwolff.command.builder that implement ChainCommand Modifier and Type Class Description class
InjectionChainBuilder<T>
class
XMLChainBuilder<T>
Chain builder parsing an XML file for building chains or process chains. -
Uses of ChainCommand in org.mwolff.command.chain
Classes in org.mwolff.command.chain that implement ChainCommand Modifier and Type Class Description class
AbstractDefaultChainCommand<T>
Default implementation for a chain-command. -
Uses of ChainCommand in org.mwolff.command.process
Subinterfaces of ChainCommand in org.mwolff.command.process Modifier and Type Interface Description interface
ProcessCommand<T>
Command interface for the command framework.Classes in org.mwolff.command.process that implement ChainCommand Modifier and Type Class Description class
AbstractDefaultProcessCommand<T>
Default implementation for a process-command.class
DefaultEndCommand
-
Uses of ChainCommand in org.mwolff.command.testcommand
Classes in org.mwolff.command.testcommand that implement ChainCommand Modifier and Type Class Description class
TestCommand
-