CefLifeSpanHandlerAdapter

An abstract adapter class for receiving life span events. The methods in this class are empty. This class exists as convenience for creating handler objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun doClose(browser: CefBrowser): Boolean
Called when a browser has received a request to close.
Link copied to clipboard
open fun onAfterCreated(browser: CefBrowser)
Handle creation of a new browser window.
Link copied to clipboard
open fun onAfterParentChanged(browser: CefBrowser)
Called after a browser's native parent window has changed.
Link copied to clipboard
open fun onBeforeClose(browser: CefBrowser)
Called just before a browser is destroyed.
Link copied to clipboard
open fun onBeforePopup(browser: CefBrowser, frame: CefFrame, target_url: String, target_frame_name: String): Boolean
Called on the IO thread before a new popup window is created.