com.xqual.xcommon.thread

Class CThread

    • Field Detail

      • progressValue

        protected int progressValue
        variable indicating the progress value used by any progress monitor
      • message

        protected java.lang.String message
        variable indicating the message used by any progress monitor
    • Constructor Detail

      • CThread

        public CThread()
        Construct a CThread object (the implementor will need to overwrite the start() method.
    • Method Detail

      • start

        public abstract void start()
      • stop

        public abstract void stop()
      • getProgressValue

        public int getProgressValue()
        Returns:
        the progress value
      • setProgressValue

        public void setProgressValue(int progressValue)
      • setMessage

        public void setMessage(java.lang.String message)
      • getMessage

        public java.lang.String getMessage()
        Returns:
        the current message