android-components / mozilla.components.concept.toolbar / Toolbar / OnEditListener

OnEditListener

interface OnEditListener (source)

Listener to be invoked when the user edits the URL.

Functions

onStartEditing

open fun onStartEditing(): Unit

Fired when the toolbar switches to edit mode.

onStopEditing

open fun onStopEditing(): Unit

Fired when the toolbar switches back to display mode.

onTextChanged

open fun onTextChanged(text: String): Unit

Fired whenever the user changes the text in the address bar.