com.gargoylesoftware.htmlunit
Class WebWindowAdapter

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.WebWindowAdapter
All Implemented Interfaces:
WebWindowListener

public class WebWindowAdapter
extends java.lang.Object
implements WebWindowListener

An adapter for the WebWindowListener interface.

Version:
$Revision: 1.3 $
Author:
Mike Bowler

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

WebWindowAdapter

public WebWindowAdapter()
Create an instance

Method Detail

webWindowClosed

public void webWindowClosed(WebWindowEvent event)
A web window has been closed

Specified by:
webWindowClosed in interface WebWindowListener
Parameters:
event - The event

webWindowContentChanged

public void webWindowContentChanged(WebWindowEvent event)
The contents of a web window has been changed

Specified by:
webWindowContentChanged in interface WebWindowListener
Parameters:
event - The event

webWindowOpened

public void webWindowOpened(WebWindowEvent event)
A web window has been opened

Specified by:
webWindowOpened in interface WebWindowListener
Parameters:
event - The event


Copyright © 2003-2016 AppPerfect Corporation. All Rights Reserved.