JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::WebViewLifetimeListener Class Referenceabstract

Type for a listener registered with WebBrowserComponent::Options::withWebViewLifetimeListener. More...

#include <juce_WebBrowserComponent.h>

Inheritance diagram for juce::WebViewLifetimeListener:

Public Member Functions

virtual ~WebViewLifetimeListener ()=default
 
virtual void webViewConstructed (WebBrowserComponent *)=0
 Called from the WebBrowserComponent constructor.
 
virtual void webViewDestructed (WebBrowserComponent *)=0
 Called from the WebBrowserComponent destructor.
 

Detailed Description

Type for a listener registered with WebBrowserComponent::Options::withWebViewLifetimeListener.

This can be useful for types using the WebBrowserComponent::Options::withOptionsFrom function as they have to be constructed before the WebBrowserComponent.

@tags{GUI}

Constructor & Destructor Documentation

◆ ~WebViewLifetimeListener()

virtual juce::WebViewLifetimeListener::~WebViewLifetimeListener ( )
virtualdefault

Member Function Documentation

◆ webViewConstructed()

virtual void juce::WebViewLifetimeListener::webViewConstructed ( WebBrowserComponent )
pure virtual

◆ webViewDestructed()

virtual void juce::WebViewLifetimeListener::webViewDestructed ( WebBrowserComponent )
pure virtual

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