Used to receive callbacks when a button is clicked. More...
#include <juce_Button.h>
Public Member Functions | |
virtual | ~Listener () |
Destructor. More... | |
virtual void | buttonClicked (Button *)=0 |
Called when the button is clicked. More... | |
virtual void | buttonStateChanged (Button *) |
Called when the button's state changes. More... | |
Used to receive callbacks when a button is clicked.
|
inlinevirtual |
Destructor.
|
pure virtual |
Called when the button is clicked.
Implemented in StandaloneFilterWindow::MainContentComponent, and AudioDeviceSelectorComponent.
Referenced by AudioDeviceSelectorComponent::getItemHeight().
|
inlinevirtual |
Called when the button's state changes.