Class ProgressResult

java.lang.Object
be.gaudry.model.thread.ProgressResult

public class ProgressResult extends Object
Allows sending some informations about the task progression to the view. Provided by the broldev.core.model project.
Since:
1.0 Jun 10, 2008, broldev.core.model 0.0.1-SNAPSHOT dependency
Version:
1.0 Jun 10, 2008
Author:
Steph GAUDRY
See Also:
AbstractBrolWorker, EProgressInfo
  • Constructor Details

    • ProgressResult

      public ProgressResult(int infoPg, Object[] data, String infoStr)
      Parameters:
      infoPg - What kind of information are we sending?
      data - Results data in a Vector.
      infoStr - Some additional informations
    • ProgressResult

      public ProgressResult(int infoPg, String infoStr)
      Parameters:
      infoPg - What kind of information are we sending?
      infoStr - Some additional informations
    • ProgressResult

      public ProgressResult(int infoPg, Object[] data)
      Parameters:
      infoPg - What kind of information are we sending?
      data - Results data in a Vector.
    • ProgressResult

      public ProgressResult(int infoPg)
      Parameters:
      infoPg - What kind of information are we sending?
  • Method Details

    • getInfoPg

      public int getInfoPg()
      What kind of information are we sending?
      Returns:
      the infoPg
    • getProgressInfoEnum

      public EProgressInfo getProgressInfoEnum()
    • getData

      public Object[] getData()
      Matched data
      Returns:
      results data
    • getInfoStr

      public String getInfoStr()
      Some additional informations
      Returns:
      the infoStr