A class for receiving events from a ComboBox. More...
Inherited by AudioDeviceSelectorComponent, ChoicePropertyComponent [private], FileBrowserComponent [private], and FilenameComponent [private].
Public Member Functions | |
| virtual | ~Listener () |
| Destructor. | |
| virtual void | comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0 |
| Called when a ComboBox has its selected item changed. | |
A class for receiving events from a ComboBox.
You can register a ComboBox::Listener with a ComboBox using the ComboBox::addListener() method, and it will be called when the selected item in the box changes.
| virtual ComboBox::Listener::~Listener | ( | ) | [virtual] |
Destructor.
| virtual void ComboBox::Listener::comboBoxChanged | ( | ComboBox * | comboBoxThatHasChanged | ) | [pure virtual] |
Called when a ComboBox has its selected item changed.
Implemented in FileBrowserComponent, ChoicePropertyComponent, and AudioDeviceSelectorComponent.