Class StopButtonCancelTask

    • Constructor Detail

      • StopButtonCancelTask

        public StopButtonCancelTask()
    • Method Detail

      • isDone

        public boolean isDone()
        Description copied from interface: CancelTask
        Application calls to see if task is done.
        Specified by:
        isDone in interface CancelTask
      • setDone

        public void setDone​(boolean done)
        Description copied from interface: CancelTask
        Called routine sets operation was completed.
        Specified by:
        setDone in interface CancelTask