org.specrunner.webdriver
Class OptimizedIncorrectnessListener

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl
      extended by org.specrunner.webdriver.OptimizedIncorrectnessListener
All Implemented Interfaces:
com.gargoylesoftware.htmlunit.IncorrectnessListener, Serializable

public class OptimizedIncorrectnessListener
extends com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl

Default implementation of incorrectness listener which log only if required.

Author:
Thiago Santos
See Also:
Serialized Form

Constructor Summary
OptimizedIncorrectnessListener()
           
 
Method Summary
 void notify(String message, Object origin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptimizedIncorrectnessListener

public OptimizedIncorrectnessListener()
Method Detail

notify

public void notify(String message,
                   Object origin)
Specified by:
notify in interface com.gargoylesoftware.htmlunit.IncorrectnessListener
Overrides:
notify in class com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl


Copyright © 2013. All rights reserved.