public class DefaultInconsistencyListener extends Object implements InconsistencyListener
| Constructor and Description |
|---|
DefaultInconsistencyListener() |
| Modifier and Type | Method and 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.
|
public void inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)
InconsistencyListenerinconsistencyUpdateOccured in interface InconsistencyListenerevt - some event.public void inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)
InconsistencyListenerinconsistencyMeasurementStarted in interface InconsistencyListenerevt - some event.Copyright © 2018. All rights reserved.