public interface ParameterDepending
CommandRendering object derives the full command out
of a template, it should check if the command is parameter depending, and
in this case, pass the parameter to the only method in this
interface, registerParameter(globals.Parameter).| Modifier and Type | Method and Description |
|---|---|
void |
registerParameter(Parameter parameter)
A parameter depending command should drain the necessarry information
to get valid out of a parameter value.
|
void registerParameter(Parameter parameter)