Class PamWorkProgressMessage

java.lang.Object
PamUtils.worker.PamWorkProgressMessage

public class PamWorkProgressMessage extends Object
  • Field Details

    • progress

      public Integer progress
    • textLines

      public String[] textLines
  • Constructor Details

    • PamWorkProgressMessage

      public PamWorkProgressMessage(Integer progress, String... txtLines)
      Create a message with a variable number of text arguments to be displayed in the PamWorkDialog, one per line. Note that if you set a value to null, then it will be left as is. To clear a line set it to "". Similarly progress will be left as is if it's null.
      Parameters:
      progress - 0 to 100; -1 = indeterminate, null = keep old value.
      txtLines - lines of text.