com.meterware.httpunit

Interface WebWindowListener

public interface WebWindowListener

A listener for web window openings and closings.

Author: Russell Gold

Method Summary
voidwindowClosed(WebClient client, WebWindow window)
Invoked when the web client closes a window.
voidwindowOpened(WebClient client, WebWindow window)
Invoked when the web client opens a new window.

Method Detail

windowClosed

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

windowOpened

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