com.meterware.httpunit
Interface WebWindowListener


public interface WebWindowListener

A listener for web window openings and closings.

Author:
Russell Gold

Method Summary
 void windowClosed(WebClient client, WebWindow window)
          Invoked when the web client closes a window.
 void windowOpened(WebClient client, WebWindow window)
          Invoked when the web client opens a new window.
 

Method Detail

windowOpened

public void windowOpened(WebClient client,
                         WebWindow window)
Invoked when the web client opens a new window.


windowClosed

public void windowClosed(WebClient client,
                         WebWindow window)
Invoked when the web client closes a window.


Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.