TitleListener

This listener interface may be implemented in order to receive a {@link TitleEvent} notification when the title of the document displayed in a {@link Browser} is known or has been changed.

@see Browser#addTitleListener(TitleListener) @see Browser#removeTitleListener(TitleListener)

@since 3.0

Members

Functions

changed
void changed(TitleEvent event)

This method is called when the title of the current document is available or has changed. <p>

Meta