|
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 |
| virtual void | buttonReleased (ControlButton &, Block::Timestamp)=0 |
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 |
|
pure virtual |