Interface JobManager.Job

Enclosing class:
JobManager

public static interface JobManager.Job
A job to be managed by a JobManager.
Author:
Ralf Wisser
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs the job.