ComboBoxListener Class Reference

Inheritance diagram for ComboBoxListener:

AudioDeviceSelectorComponent ChoicePropertyComponent FileBrowserComponent FilenameComponent List of all members.

Detailed Description

A class for receiving events from a ComboBox.

You can register a ComboBoxListener 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


Public Member Functions

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


Constructor & Destructor Documentation

virtual ComboBoxListener::~ComboBoxListener  )  [virtual]
 

Destructor.


Member Function Documentation

virtual void ComboBoxListener::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: