Interface ExperimentRunCallback


public interface ExperimentRunCallback
A callback to be executed with an ExperimentResult whenever an experiment is run.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRun(ExperimentResult experimentResult)
    A callback to be executed with an ExperimentResult whenever an experiment is run.