-
public interface AsyncJobStatusCallbackA callback to be notified when an async job starts or finishes.
-
-
Method Summary
Modifier and Type Method Description abstract UnitjobStarted()Notifies that an async job has started. abstract UnitjobFinished()Notifies that an async job has finished. -
-
Method Detail
-
jobStarted
abstract Unit jobStarted()
Notifies that an async job has started.
-
jobFinished
abstract Unit jobFinished()
Notifies that an async job has finished.
-
-
-
-