Package org.htmlunit
Interface IncorrectnessListener
-
- All Known Implementing Classes:
IncorrectnessListenerImpl
public interface IncorrectnessListenerInterface to receive notification of incorrect information in HTML code (but not the parser messages), headers, ... that HtmlUnit can handle but that denote a badly written application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(java.lang.String message, java.lang.Object origin)Called to notify an incorrectness.
-