JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::ActionListener Class Referenceabstract

Interface class for delivery of events that are sent by an ActionBroadcaster. More...

#include <juce_ActionListener.h>

Public Member Functions

virtual ~ActionListener ()=default
 Destructor. More...
 
virtual void actionListenerCallback (const String &message)=0
 Overridden by your subclass to receive the callback. More...
 

Detailed Description

Interface class for delivery of events that are sent by an ActionBroadcaster.

See also
ActionBroadcaster, ChangeListener

@tags{Events}

Constructor & Destructor Documentation

◆ ~ActionListener()

virtual juce::ActionListener::~ActionListener ( )
virtualdefault

Destructor.

Member Function Documentation

◆ actionListenerCallback()

virtual void juce::ActionListener::actionListenerCallback ( const String message)
pure virtual

Overridden by your subclass to receive the callback.

Parameters
messagethe string that was specified when the event was triggered by a call to ActionBroadcaster::sendActionMessage()

The documentation for this class was generated from the following file: