Implement this class if you need to receive callbacks when the value of an AnimatedPosition changes. More...
#include <juce_AnimatedPosition.h>
Public Member Functions | |
virtual | ~Listener ()=default |
virtual void | positionChanged (AnimatedPosition &, double newPosition)=0 |
Called synchronously when an AnimatedPosition changes. More... | |
Implement this class if you need to receive callbacks when the value of an AnimatedPosition changes.
|
virtualdefault |
|
pure virtual |
Called synchronously when an AnimatedPosition changes.
Referenced by juce::AnimatedPosition< Behaviour >::setPositionAndSendChange().