Interface UwsJob.JobWatcher

  • Enclosing class:
    UwsJob

    public static interface UwsJob.JobWatcher
    Callback interface for objects wanting to be notified of job status changes.
    • Method Detail

      • jobUpdated

        void jobUpdated​(UwsJob job,
                        UwsJobInfo info)
        Called when the job status has changed. Usually, this means a change of the Phase.
        Parameters:
        job - job in question
        info - new status