Package adams.multiprocess
Interface JobRunnerHandler
-
- All Known Implementing Classes:
JobRunnerSetup
public interface JobRunnerHandler
Interface 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 JobRunner
getJobRunner()
Returns the job runner to use.void
setJobRunner(JobRunner value)
Sets the job runner to use.
-