Interface class for delivery of events that are sent by an ActionBroadcaster.
virtual ~ActionListener()=default
Destructor.
virtual void actionListenerCallback(const String &message)=0
Overridden by your subclass to receive the callback.
#define JUCE_API
This macro is added to all JUCE public class declarations.