JUCE
|
A class for receiving events from a ComboBox. More...
Public Member Functions | |
virtual | ~Listener ()=default |
Destructor. More... | |
virtual void | comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0 |
Called when a ComboBox has its selected item changed. More... | |
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.
|
virtualdefault |
Destructor.
|
pure virtual |
Called when a ComboBox has its selected item changed.