Package ucar.nc2.util

Interface CancelTask

  • All Known Implementing Classes:
    CancelTask.CancelTaskImpl

    public interface CancelTask
    Allows long tasks to be cancelled by the user.
    • Method Detail

      • cancel

        void cancel()
        Application asks to cancel the task.
      • isCancel

        boolean isCancel()
        Called routine checks to see if task was cancelled.