JUCE
|
A listener that can be attached to a ControlButton object so that it gets called when the button is pushed or released. More...
Public Member Functions | |
virtual | ~Listener () |
virtual void | buttonPressed (ControlButton &, Block::Timestamp)=0 |
Called when the button is pressed. More... | |
virtual void | buttonReleased (ControlButton &, Block::Timestamp)=0 |
Called when the button is released. More... | |
A listener that can be attached to a ControlButton object so that it gets called when the button is pushed or released.
|
virtual |
|
pure virtual |
Called when the button is pressed.
|
pure virtual |
Called when the button is released.