CefFocusHandlerAdapter

An abstract adapter class for receiving focus 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 onGotFocus(browser: CefBrowser)
Called when the browser component has received focus.
Link copied to clipboard
Called when the browser component is requesting focus.
Link copied to clipboard
open fun onTakeFocus(browser: CefBrowser, next: Boolean)
Called when the browser component is about to loose focus.