CefFocusHandler

interface CefFocusHandler

Implement this interface to handle events related to focus. The methods of this class will be called on the UI thread.

Inheritors

Types

Link copied to clipboard
Focus sources.

Functions

Link copied to clipboard
abstract fun onGotFocus(browser: CefBrowser)
Called when the browser component has received focus.
Link copied to clipboard
abstract fun onSetFocus(browser: CefBrowser, source: CefFocusHandler.FocusSource): Boolean
Called when the browser component is requesting focus.
Link copied to clipboard
abstract fun onTakeFocus(browser: CefBrowser, next: Boolean)
Called when the browser component is about to loose focus.