Package com.meterware.httpunit
Interface WebWindowListener
public interface WebWindowListener
A listener for web window openings and closings.
- Author:
- Russell Gold
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
windowOpened
Invoked when the web client opens a new window. -
windowClosed
Invoked when the web client closes a window.
-