Uses of Interface
adams.event.JobCompleteListener
-
Packages that use JobCompleteListener Package Description adams.multiprocess -
-
Uses of JobCompleteListener in adams.multiprocess
Classes in adams.multiprocess that implement JobCompleteListener Modifier and Type Class Description class
JobList<T extends Job>
A container for jobs to execute.Fields in adams.multiprocess declared as JobCompleteListener Modifier and Type Field Description protected JobCompleteListener
AbstractJob. m_JobCompleteListener
Object to call once job has been completed.Fields in adams.multiprocess with type parameters of type JobCompleteListener Modifier and Type Field Description protected HashSet<JobCompleteListener>
AbstractMetaJobRunner. m_JobCompleteListeners
call when job complete.protected HashSet<JobCompleteListener>
LocalJobRunner. m_JobCompleteListeners
call when job complete.Methods in adams.multiprocess that return JobCompleteListener Modifier and Type Method Description JobCompleteListener
AbstractJob. getJobCompleteListener()
Returns the listener that gets notified when the job got finished.JobCompleteListener
Job. getJobCompleteListener()
Returns the listener that gets notified when the job got finished.Methods in adams.multiprocess with parameters of type JobCompleteListener Modifier and Type Method Description void
AbstractMetaJobRunner. addJobCompleteListener(JobCompleteListener l)
Adds the listener.void
JobRunner. addJobCompleteListener(JobCompleteListener l)
Adds the listener.void
LocalJobRunner. addJobCompleteListener(JobCompleteListener l)
Adds the listener.void
AbstractMetaJobRunner. removeJobCompleteListener(JobCompleteListener l)
Removes the listener.void
JobRunner. removeJobCompleteListener(JobCompleteListener l)
Removes the listener.void
LocalJobRunner. removeJobCompleteListener(JobCompleteListener l)
Removes the listener.void
AbstractJob. setJobCompleteListener(JobCompleteListener l)
Sets the listener that gets notified when the job got finished.void
Job. setJobCompleteListener(JobCompleteListener l)
Sets the listener that gets notified when the job got finished.
-