Uses of Interface
org.htmlunit.WebWindowListener
-
Packages that use WebWindowListener Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebWindowListener in org.htmlunit
Classes in org.htmlunit that implement WebWindowListener Modifier and Type Class Description private static classWebClient.CurrentWindowTrackerKeeps track of the current window.classWebWindowAdapterAn adapter for the WebWindowListener interface.Fields in org.htmlunit with type parameters of type WebWindowListener Modifier and Type Field Description private java.util.Set<WebWindowListener>WebClient. webWindowListeners_Methods in org.htmlunit with parameters of type WebWindowListener Modifier and Type Method Description voidWebClient. addWebWindowListener(WebWindowListener listener)Adds a listener forWebWindowEvents.voidWebClient. removeWebWindowListener(WebWindowListener listener)Removes a listener forWebWindowEvents.
-