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.
Public Member Functions | |
virtual | ~Listener ()=default |
Destructor. | |
virtual void | comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0 |
Called when a ComboBox has its selected item changed. |
|
virtualdefault |
Destructor.
|
pure virtual |
Called when a ComboBox has its selected item changed.
References juce::ComboBox::ComboBox().