JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::LinuxEventLoopInternal::Listener Struct Referenceabstract

#include <juce_EventLoopInternal_linux.h>

Public Member Functions

virtual ~Listener ()=default
 
virtual void fdCallbacksChanged ()=0
 

Detailed Description

Receives notifications when a fd callback is added or removed.

This is useful for VST3 plugins that host other VST3 plugins. In this scenario, the 'inner' plugin may want to register additional file descriptors on top of those registered by the 'outer' plugin. In order for this to work, the outer plugin must in turn pass this request on to the host, to indicate that the outer plugin wants to receive FD callbacks for both the inner and outer plugin.

Constructor & Destructor Documentation

◆ ~Listener()

virtual juce::LinuxEventLoopInternal::Listener::~Listener ( )
virtualdefault

Member Function Documentation

◆ fdCallbacksChanged()

virtual void juce::LinuxEventLoopInternal::Listener::fdCallbacksChanged ( )
pure virtual

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