I - The parameter typepublic static interface FitWorker.FitEventHandler<I extends RealType<I>>
AbstractSingleFitWorkers, it is the user's responsibility to handle concurrency shall
 the handler functions be called by multiple fit workers at the same time.| Modifier and Type | Method and Description | 
|---|---|
default void | 
onComplete(FitParams<I> params,
          FitResults results)
The handler called by  
FitWorkers upon completion of all fits. | 
default void | 
onSingleComplete(int[] pos,
                FitParams<I> params,
                FitResults results)
The handler called by  
FitWorkers upon completion of a single fit. | 
default void onComplete(FitParams<I> params, FitResults results)
FitWorkers upon completion of all fits.params - the paramsresults - the resultsdefault void onSingleComplete(int[] pos,
                              FitParams<I> params,
                              FitResults results)
FitWorkers upon completion of a single fit.pos - the x, y coordinate of the trans being fittedparams - the params (volatile) of the completed fitresults - the results (volatile) from the completed fitCopyright © 2015–2022 FLIMLib. All rights reserved.