Package samer.tools
Interface SafeTask
-
- All Superinterfaces:
- Task
- All Known Implementing Classes:
- ConstrainedMinimiser, GaussianStats, GaussianStatsOnline, GeneralisedExponential, ICA, ICAWithScaler, MatrixTimesVector, MatrixTransposeTimesVector, MinimiserBase, NullTask, Ops.ArrayCopy, Ops.IteratorCopy, ProximityFilter, Scaler, Stacker2, SumFnVec, UnconstrainedConjGrad, UnconstrainedMinimiser
public interface SafeTask extends Task
An interface meant to represent processing that needs to be done repeatedly in a loop. The task is to be notified whenever the loop is started or stopped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
run()
-