-
This listener interface may be implemented in order to receive
an
AuthenticationEvent
notification when the
Browser
encounters a page that requires authentication.
Instances of this class implement the browser user interface
metaphor.
This listener interface may be implemented in order to receive
a
WindowEvent
notification when a
Browser
is
about to be closed and when its host window should be closed
by the application.
This listener interface may be implemented in order to receive
a
LocationEvent
notification when a
Browser
navigates to a different URL.
This listener interface may be implemented in order to receive
a
WindowEvent
notification when a new
Browser
needs to be provided by the application.
A
ProgressEvent
is sent by a
Browser
to
ProgressListener
's when a progress is made during the
loading of the current URL or when the loading of the current
URL has been completed.
This listener interface may be implemented in order to receive
a
ProgressEvent
notification when a
Browser
makes a progress in loading the current URL or when the
current URL has been loaded.
This listener interface may be implemented in order to receive
a
StatusTextEvent
notification when the status text for
a
Browser
is changed.
A
TitleEvent
is sent by a
Browser
to
TitleListener
's when the title of the current document
is available or when it is modified.
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.
This listener interface may be implemented in order to receive
a
WindowEvent
notification when a window hosting a
Browser
needs to be displayed or hidden.
A
WindowEvent
is sent by a
Browser
when
a new window needs to be created or when an existing window needs to be
closed.