com.gargoylesoftware.htmlunit
Interface IncorrectnessListener
- All Known Implementing Classes:
- IncorrectnessListenerImpl
public interface IncorrectnessListener
Interface 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.
- Version:
- $Revision: 2132 $
- Author:
- Marc Guillemot
Method Summary |
void |
notify(String message,
Object origin)
Called to notify an incorrectness. |
notify
void notify(String message,
Object origin)
- Called to notify an incorrectness.
- Parameters:
message
- the explanation of the incorrectnessorigin
- the object that encountered this incorrectness
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.