Interface TrackingCallback


public interface TrackingCallback
This callback is called with the Experiment and ExperimentResult when an experiment is evaluated.
  • Method Summary

    Modifier and Type
    Method
    Description
    <ValueType>
    void
    onTrack(Experiment<ValueType> experiment, ExperimentResult<ValueType> experimentResult)
    This callback is called with the Experiment and ExperimentResult when an experiment is evaluated.