Package org.htmlunit

Class IncorrectnessListenerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(java.lang.String message, java.lang.Object origin)
      Called to notify an incorrectness.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IncorrectnessListenerImpl

        public IncorrectnessListenerImpl()
    • Method Detail

      • notify

        public void notify​(java.lang.String message,
                           java.lang.Object origin)
        Called to notify an incorrectness.
        Specified by:
        notify in interface IncorrectnessListener
        Parameters:
        message - the explanation of the incorrectness
        origin - the object that encountered this incorrectness