All Superinterfaces:
TethysUIComponent
All Known Implementing Classes:
TethysUICoreThreadProgressStatus, TethysUICoreThreadTextAreaStatus

public interface TethysUIThreadStatusManager extends TethysUIComponent
Thread Status Manager.
  • Method Details

    • setProgress

      void setProgress(TethysUIThreadStatus pStatus)
      set Progress.
      Parameters:
      pStatus - the status to apply
    • setCompletion

      void setCompletion()
      set Completion.
    • setFailure

      void setFailure(Throwable pException)
      set Failure.
      Parameters:
      pException - the exception
    • setCancelled

      void setCancelled()
      set Cancelled.