Uses of Interface
com.gargoylesoftware.htmlunit.IncorrectnessListener
-
Packages that use IncorrectnessListener Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of IncorrectnessListener in com.gargoylesoftware.htmlunit
Classes in com.gargoylesoftware.htmlunit that implement IncorrectnessListener Modifier and Type Class Description classIncorrectnessListenerImplDefault implementation ofIncorrectnessListenerconfigured onWebClient.Methods in com.gargoylesoftware.htmlunit that return IncorrectnessListener Modifier and Type Method Description IncorrectnessListenerWebClient. getIncorrectnessListener()Gets the current listener for encountered incorrectness (except HTML parsing messages that are handled by the HTML parser listener).Methods in com.gargoylesoftware.htmlunit with parameters of type IncorrectnessListener Modifier and Type Method Description voidWebClient. setIncorrectnessListener(IncorrectnessListener listener)Returns the current HTML incorrectness listener.
-