|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfiguratorListener
Objects that are interested in monitoring the Configurator itself, rather than the values of the variables controlled by the configurator, should implement this interface
| Method Summary | |
|---|---|
void |
configuratorDescribed(java.lang.String description)
Called when the configurator is described |
void |
variableAdded(java.lang.Object variable)
Called when a variable has been added to the configurator |
void |
variableDescribed(java.lang.String variable)
Called when a variable has a description applied to it |
void |
variableRanged(java.lang.String variable)
Called when a variable has a range applied to it |
void |
variableRemoved(java.lang.Object variable)
Called when a variable is removed from the Configurator |
void |
variableStatusChanged(java.lang.String name,
boolean enabled)
Is called by the configurator when a variable is enabled or disabled |
void |
variableTyped(java.lang.String variable)
Called when a variable has its type set |
| Method Detail |
|---|
void variableStatusChanged(java.lang.String name,
boolean enabled)
name - The name of the variableenabled - true if the variable is enabled, false otherwisevoid variableAdded(java.lang.Object variable)
variable - The name of the variable, or the Configurator objectvoid variableRemoved(java.lang.Object variable)
variable - the variable or subconfigurator that was removedvoid variableTyped(java.lang.String variable)
variable - The name of the variable that has been typedvoid variableRanged(java.lang.String variable)
variable - The name of the variable that has been boundedvoid variableDescribed(java.lang.String variable)
variable - The name of the variable that was describedvoid configuratorDescribed(java.lang.String description)
description - The new description string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||