Package adams.multiprocess
Interface JobRunnerHandler
-
- All Known Implementing Classes:
JobRunnerSetup
public interface JobRunnerHandlerInterface for classes that use a job runner.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobRunnergetJobRunner()Returns the job runner to use.voidsetJobRunner(JobRunner value)Sets the job runner to use.
-