de.cau.cs.kieler.sim.kiem.automated.execution
Interface AutomationManager.ExecutionListener

Enclosing class:
AutomationManager

public static interface AutomationManager.ExecutionListener

Interface for all components that are interested in the state of the current execution.

Rating proposed yellow
(2010-02-08)

Method Summary
 void executionDone(List<IterationResult> results)
          This method is called as soon as the automated run finishes.
 

Method Detail

executionDone

void executionDone(List<IterationResult> results)
This method is called as soon as the automated run finishes.

Parameters:
results - the results of the run