Inheritance diagram for ComboBoxListener:

You can register a ComboBoxListener with a ComboBox using the ComboBox::addListener() method, and it will be called when the selected item in the box changes.
Public Member Functions | |
| virtual | ~ComboBoxListener () |
| Destructor. | |
| virtual void | comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0 |
| Called when a ComboBox has its selected item changed. | |
|
|
Destructor.
|
|
|
Called when a ComboBox has its selected item changed.
Implemented in FileBrowserComponent, ChoicePropertyComponent, and AudioDeviceSelectorComponent. |