コード例 #1
0
ファイル: TaskJobContext.java プロジェクト: awerder/riot
 /**
  * Notifies the DAO that a step has been completed.
  *
  * @throws JobInterruptedException if the job has been interrupted
  */
 public void stepCompleted() throws JobInterruptedException {
   task.stepCompleted();
 }