A class for receiving events from a ScrollBar. More...
#include <juce_ScrollBar.h>
Public Member Functions | |
virtual | ~Listener ()=default |
Destructor. | |
virtual void | scrollBarMoved (ScrollBar *scrollBarThatHasMoved, double newRangeStart)=0 |
Called when a ScrollBar is moved. | |
A class for receiving events from a ScrollBar.
You can register a ScrollBar::Listener with a ScrollBar using the ScrollBar::addListener() method, and it will be called when the bar's position changes.
|
virtualdefault |
Destructor.
|
pure virtual |