|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TitleListener
This listener interface may be implemented in order to receive
a TitleEvent
notification when the title of the document
displayed in a Browser
is known or has been changed.
Browser.addTitleListener(TitleListener)
,
Browser.removeTitleListener(TitleListener)
Method Summary | |
---|---|
void |
changed(TitleEvent event)
This method is called when the title of the current document is available or has changed. |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |