T - Component class.public class ChainCommand<T> extends java.lang.Object implements ConfigurationCommand<T>
| Constructor and Description |
|---|
ChainCommand(ConfigurationCommand<T>... commands)
Creates the chain command.
|
public ChainCommand(ConfigurationCommand<T>... commands)
commands - Command chain.public void configure(T component)
ConfigurationCommandconfigure in interface ConfigurationCommand<T>component - Control to configure.