Class UIBackgroundRunnerRO

    • Constructor Detail

      • UIBackgroundRunnerRO

        public UIBackgroundRunnerRO​(java.lang.String taskName,
                                    boolean cancelable)
    • Method Detail

      • phase1Cancelled

        public boolean phase1Cancelled​(CancelException exc)
        Overrides:
        phase1Cancelled in class BackgroundRunner
        Returns:
        when true this runner continues with AWT (second) phase. If false, the AWT phase is skipped.
      • phase1Exception

        public boolean phase1Exception​(java.lang.Exception exc)
        Description copied from class: BackgroundRunner
        All subclasses must override this method and provide more user-friendly error notification.
        Overrides:
        phase1Exception in class BackgroundRunner
        Returns:
        when true this runner continues with AWT (second) phase. If false, the AWT phase is skipped.