JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
ComboBox::Listener Class Reference

A class for receiving events from a ComboBox. More...

Inherited by AudioDeviceSelectorComponent, ChoicePropertyComponent [private], FileBrowserComponent [private], and FilenameComponent [private].

List of all members.

Public Member Functions

virtual ~Listener ()
 Destructor.
virtual void comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0
 Called when a ComboBox has its selected item changed.

Detailed Description

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.

See also:
ComboBox::addListener, ComboBox::removeListener

Constructor & Destructor Documentation

virtual ComboBox::Listener::~Listener ( ) [virtual]

Destructor.


Member Function Documentation

virtual void ComboBox::Listener::comboBoxChanged ( ComboBox comboBoxThatHasChanged) [pure virtual]

Called when a ComboBox has its selected item changed.

Implemented in FileBrowserComponent, ChoicePropertyComponent, and AudioDeviceSelectorComponent.


The documentation for this class was generated from the following file: