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.
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. | |
|
virtualdefault |
|
pure virtual |
Called from the WebBrowserComponent constructor.
|
pure virtual |
Called from the WebBrowserComponent destructor.