Uses of Interface
org.htmlunit.WebWindowListener
-
Packages that use WebWindowListener Package Description org.htmlunit Framework classes (contains theWebClient
class 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 class
WebClient.CurrentWindowTracker
Keeps track of the current window.class
WebWindowAdapter
An 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 void
WebClient. addWebWindowListener(WebWindowListener listener)
Adds a listener forWebWindowEvent
s.void
WebClient. removeWebWindowListener(WebWindowListener listener)
Removes a listener forWebWindowEvent
s.
-