Uses of Class
adams.event.JobListCompleteEvent
-
Packages that use JobListCompleteEvent Package Description adams.event adams.multiprocess -
-
Uses of JobListCompleteEvent in adams.event
Methods in adams.event with parameters of type JobListCompleteEvent Modifier and Type Method Description void
JobListCompleteListener. queueCompleted(JobListCompleteEvent e)
Post process jobs in the queue. -
Uses of JobListCompleteEvent in adams.multiprocess
Methods in adams.multiprocess with parameters of type JobListCompleteEvent Modifier and Type Method Description protected void
JobList. notifyJobListCompleteListeners(JobListCompleteEvent e)
Notifies all JobListComplete listeners.
-