Class A_CmsProgressThread

java.lang.Object
java.lang.Thread
org.opencms.workplace.threads.A_CmsProgressThread
All Implemented Interfaces:
Runnable

public abstract class A_CmsProgressThread extends Thread
Abstract thread to keep track of operation progress.

  • Constructor Details

  • Method Details

    • setDescription

      public abstract void setDescription(String description)
      Sets the description to show for the progress.

      Parameters:
      description - the description to show for the progress to set
    • setProgress

      public abstract void setProgress(int progress)
      Sets the progress.

      Parameters:
      progress - the progress to set