com.drismo.logic
Interface QualityListener

All Known Implementing Classes:
DebugMonitor, MapMonitor, MonitorActivityTemplate, PrimitiveMonitor, QualityMeterMonitor, QualityToSpeech, TripLogger

public interface QualityListener

Used by objects who listens for quality updates. Listeners of this type is added to, and updated by the QualityRater.

See Also:
QualityRater, Quality

Method Summary
 void onQualityUpdate(int newScore)
          Fired whenever the quality score is updated.
 

Method Detail

onQualityUpdate

void onQualityUpdate(int newScore)
Fired whenever the quality score is updated. Control the given input by using the Quality class.

Parameters:
newScore - The new/updated quality score.
See Also:
Quality