This class is used to coallescate multiple calls to an asynchronous update for a given Listener. More...
Inherits Timer.
Classes | |
class | Listener |
This class contains the sender logic of the UpdateDispatcher scheme. More... | |
This class is used to coallescate multiple calls to an asynchronous update for a given Listener.
It is designed to be a replacement for the normal AsyncUpdater which can clog the message thread if too many change notifications are sent.
In order to use this class, just create an instance and pass this to your subclassed listeners, which then can be used just like the standard AsyncUpdater from JUCE.