Interface JobStatusPopUpVM.JobEndHandler<J extends org.openforis.concurrency.Job>

Enclosing class:
JobStatusPopUpVM<J extends org.openforis.concurrency.Job>

public static interface JobStatusPopUpVM.JobEndHandler<J extends org.openforis.concurrency.Job>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onJobEnd(J job)
     
  • Method Details

    • onJobEnd

      void onJobEnd(J job)