Package com.meterware.httpunit
Interface WebWindowListener
-
public interface WebWindowListenerA listener for web window openings and closings.- Author:
- Russell Gold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-