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.