JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Block::ProgramEventListener Struct Referenceabstract

Interface for objects listening to custom program events. More...

#include <juce_Block.h>

Public Member Functions

virtual ~ProgramEventListener ()
 
virtual void handleProgramEvent (Block &source, const ProgramEventMessage &)=0
 Called whenever a message from a block is received. More...
 

Detailed Description

Interface for objects listening to custom program events.

Constructor & Destructor Documentation

◆ ~ProgramEventListener()

Member Function Documentation

◆ handleProgramEvent()

virtual void juce::Block::ProgramEventListener::handleProgramEvent ( Block source,
const ProgramEventMessage  
)
pure virtual

Called whenever a message from a block is received.


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