public interface TitleListener extends SWTEventListener
TitleEvent
notification when the title of the document
displayed in a Browser
is known or has been changed.Browser.addTitleListener(TitleListener)
,
Browser.removeTitleListener(TitleListener)
Modifier and Type | Method and Description |
---|---|
void |
changed(TitleEvent event)
This method is called when the title of the current document
is available or has changed.
|
void changed(TitleEvent event)
The following fields in the TitleEvent
apply:
Browser
whose current document's
title is known or modified
event
- the TitleEvent
that contains the title
of the document currently displayed in a Browser
Copyright © 2017. All Rights Reserved.