StatusTextListener

This listener interface may be implemented in order to receive a {@link StatusTextEvent} notification when the status text for a {@link Browser} is changed.

@see Browser#addStatusTextListener(StatusTextListener) @see Browser#removeStatusTextListener(StatusTextListener)

@since 3.0

Members

Functions

changed
void changed(StatusTextEvent event)

This method is called when the status text is changed. The status text is typically displayed in the status bar of a browser application. <p>

Meta