JUCE
Public Member Functions | List of all members
ComboBox::Listener Class Referenceabstract

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

+ Inheritance diagram for ComboBox::Listener:

Public Member Functions

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

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.

Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().


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