69 void triggerAsyncUpdate();
80 void cancelPendingUpdate() noexcept;
92 void handleUpdateNowIfNeeded();
95 bool isUpdatePending()
const noexcept;
111 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (
AsyncUpdater)
Has a callback method that is triggered asynchronously.
virtual void handleAsyncUpdate()=0
Called back to do whatever your class needs to do.
A smart-pointer class which points to a reference-counted object.
#define JUCE_API
This macro is added to all JUCE public class declarations.