Class DefaultInconsistencyListener

  • All Implemented Interfaces:
    java.util.EventListener, InconsistencyListener

    public class DefaultInconsistencyListener
    extends java.lang.Object
    implements InconsistencyListener
    A simple implementation of an inconsistency listener that simply prints out each event to standard output.
    Author:
    Matthias Thimm
    • Method Summary

      Modifier and Type Method Description
      void inconsistencyMeasurementStarted​(InconsistencyUpdateEvent evt)
      This method is called by a stream-based inconsistency measure when an inconsistency measurement has started.
      void inconsistencyUpdateOccured​(InconsistencyUpdateEvent evt)
      This method is called by a stream-based inconsistency measure when an update of an inconsistency value occurs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait