Class PamWorkProgressMessage

java.lang.Object
PamUtils.worker.PamWorkProgressMessage

public class PamWorkProgressMessage extends Object
  • Field Details Link icon

    • progress Link icon

      public Integer progress
    • textLines Link icon

      public String[] textLines
  • Constructor Details Link icon

    • PamWorkProgressMessage Link icon

      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.