public interface WebWindowListener
Modifier and Type | Method and Description |
---|---|
void |
webWindowClosed(WebWindowEvent event)
A web window has been closed.
|
void |
webWindowContentChanged(WebWindowEvent event)
The contents of a web window has been changed.
|
void |
webWindowOpened(WebWindowEvent event)
A web window has been opened.
|
void webWindowOpened(WebWindowEvent event)
event
- the event (the oldPage and newPage properties will be null
because the event is generated when the window is opened before the content is loaded)void webWindowContentChanged(WebWindowEvent event)
event
- the eventvoid webWindowClosed(WebWindowEvent event)
event
- the eventCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.