Class ProgressUpdate


  • public class ProgressUpdate
    extends Object
    Class to hold update messages and work done.
    • Field Detail

      • errorMessage

        public String errorMessage
      • updateString

        public String updateString
      • workDone

        public int workDone
    • Constructor Detail

      • ProgressUpdate

        public ProgressUpdate​(String updateString,
                              int workDone)
        Progress update with message and work done.
        Parameters:
        updateString - message for teh progress monitor.
        workDone - the work done up to that point.
      • ProgressUpdate

        public ProgressUpdate​(String errorMessage)
        Progress update with error message.
        Parameters:
        errorMessage - the error message.