|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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()
Creates 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebWindowAdapter()
Method Detail |
---|
public void webWindowOpened(WebWindowEvent event)
webWindowOpened
in interface WebWindowListener
event
- the eventpublic void webWindowContentChanged(WebWindowEvent event)
webWindowContentChanged
in interface WebWindowListener
event
- the eventpublic void webWindowClosed(WebWindowEvent event)
webWindowClosed
in interface WebWindowListener
event
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |