Class TagTransferHandler.OpcImportTask

    • Method Detail

      • getTaskTitle

        public java.lang.String getTaskTitle()
        Description copied from interface: AsyncClientTask
        A helpful title describing the operation for the user.
        Specified by:
        getTaskTitle in interface AsyncClientTask
      • canCancel

        public boolean canCancel()
        Description copied from interface: AsyncClientTask
        Whether or not the user is allowed to cancel the operation.
        Specified by:
        canCancel in interface AsyncClientTask
      • run

        public void run​(TaskProgressListener progressListener)
                 throws java.lang.Exception
        Description copied from interface: AsyncClientTask
        The "work" function. Should update the progressListener of status, and check whether the operation has been canceled, if applicable. Should throw an exception on failure.
        Specified by:
        run in interface AsyncClientTask
        Throws:
        java.lang.Exception
      • canManagerAccept

        protected boolean canManagerAccept()