|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebWindowListener
A listener for WebWindowEvent's
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |