Uses of Interface
com.gargoylesoftware.htmlunit.IncorrectnessListener

Packages that use IncorrectnessListener
com.gargoylesoftware.htmlunit Framework classes 
 

Uses of IncorrectnessListener in com.gargoylesoftware.htmlunit
 

Classes in com.gargoylesoftware.htmlunit that implement IncorrectnessListener
 class IncorrectnessListenerImpl
          Default implementation of IncorrectnessListener configured on WebClient.
 

Methods in com.gargoylesoftware.htmlunit that return IncorrectnessListener
 IncorrectnessListener WebClient.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
 void WebClient.setIncorrectnessListener(IncorrectnessListener listener)
          Returns the current HTML incorrectness listener.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.