| JUCE
    | 
A class for receiving events from a ComboBox. More...
#include <juce_ComboBox.h>
| Public Member Functions | |
| virtual | ~Listener ()=default | 
| 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.
| 
 | virtualdefault | 
Destructor.
Called when a ComboBox has its selected item changed.