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