|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.WebWindowAdapter
public class WebWindowAdapter
An adapter for the WebWindowListener interface.
Constructor Summary | |
---|---|
WebWindowAdapter()
Create an instance |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebWindowAdapter()
Method Detail |
---|
public void webWindowClosed(WebWindowEvent event)
webWindowClosed
in interface WebWindowListener
event
- The eventpublic void webWindowContentChanged(WebWindowEvent event)
webWindowContentChanged
in interface WebWindowListener
event
- The eventpublic void webWindowOpened(WebWindowEvent event)
webWindowOpened
in interface WebWindowListener
event
- The event
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |