コード例 #1
0
ファイル: CardMonitorTask.java プロジェクト: ecsec/open-ecard
 @Override
 public StepActionResult call() throws Exception {
   cardAction.deref();
   cardAction = new Promise<>();
   return new StepActionResult(StepActionResultStatus.REPEAT);
 }