Interface InconsistencyListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    DefaultInconsistencyListener, EvaluationInconsistencyListener

    public interface InconsistencyListener
    extends java.util.EventListener
    Listener interface for listeners of stream-based inconsistency measures.
    Author:
    Matthias Thimm
    • Method Detail

      • inconsistencyUpdateOccured

        void inconsistencyUpdateOccured​(InconsistencyUpdateEvent evt)
        This method is called by a stream-based inconsistency measure when an update of an inconsistency value occurs.
        Parameters:
        evt - some event.
      • inconsistencyMeasurementStarted

        void inconsistencyMeasurementStarted​(InconsistencyUpdateEvent evt)
        This method is called by a stream-based inconsistency measure when an inconsistency measurement has started.
        Parameters:
        evt - some event.