Package be.gaudry.model.thread
Class ProgressResult
java.lang.Object
be.gaudry.model.thread.ProgressResult
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 Summary
ConstructorDescriptionProgressResult(int infoPg)
ProgressResult(int infoPg, Object[] data)
ProgressResult(int infoPg, Object[] data, String infoStr)
ProgressResult(int infoPg, String infoStr)
-
Method Summary
-
Constructor Details
-
ProgressResult
- Parameters:
infoPg
- What kind of information are we sending?data
- Results data in a Vector.infoStr
- Some additional informations
-
ProgressResult
- Parameters:
infoPg
- What kind of information are we sending?infoStr
- Some additional informations
-
ProgressResult
- 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
-
getData
Matched data- Returns:
- results data
-
getInfoStr
Some additional informations- Returns:
- the infoStr
-