LocationListener

This listener interface may be implemented in order to receive a {@link LocationEvent} notification when a {@link Browser} navigates to a different URL.

@see Browser#addLocationListener(LocationListener) @see Browser#removeLocationListener(LocationListener)

@since 3.0

Members

Functions

changed
void changed(LocationEvent event)

This method is called when the current location is changed. <p>

changing
void changing(LocationEvent event)

This method is called when the current location is about to be changed. <p>

Meta