org.android.activityminer.logic.evaluation
Interface EvaluationResultReceiver

Package class diagram package EvaluationResultReceiver

public interface EvaluationResultReceiver

Interfaces for receivers of evaluation results.


Method Summary
 void onEvaluationFinished(EvaluationResultCollection evaluationResults)
          This method is invoked on evaluation completion.
 

Method Detail

onEvaluationFinished

void onEvaluationFinished(EvaluationResultCollection evaluationResults)
This method is invoked on evaluation completion.

Parameters:
evaluationResults - the evaluation result collection