Package ucar.nc2.util

Class CancelTask.CancelTaskImpl

    • Constructor Detail

      • CancelTaskImpl

        public CancelTaskImpl()
    • Method Detail

      • cancel

        public void cancel()
        Description copied from interface: CancelTask
        Application asks to cancel the task.
        Specified by:
        cancel in interface CancelTask
      • isCancel

        public boolean isCancel()
        Description copied from interface: CancelTask
        Called routine checks to see if task was cancelled.
        Specified by:
        isCancel in interface CancelTask