openshot-audio  0.1.6
Public Member Functions | List of all members
juce::ActionListener Class Referenceabstract

#include <juce_events.h>

Inheritance diagram for juce::ActionListener:
juce::JUCEApplicationBase::MultipleInstanceHandler

Public Member Functions

virtual ~ActionListener ()
 
virtual void actionListenerCallback (const String &message)=0
 

Detailed Description

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

See also
ActionBroadcaster, ChangeListener

Constructor & Destructor Documentation

◆ ~ActionListener()

virtual juce::ActionListener::~ActionListener ( )
inlinevirtual

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()

Implemented in juce::JUCEApplicationBase::MultipleInstanceHandler.


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