|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webhydra.slug.process.ProcessStatus
com.webhydra.slug.process.ProcessProgress
public class ProcessProgress
Process status with progress details.
| Constructor Summary | |
|---|---|
ProcessProgress(Status status,
java.lang.String message,
int progress)
Creates a new instance of ProcessProgress |
|
| Method Summary | |
|---|---|
int |
getProgress()
Getter for property progress. |
void |
setProgress(int progress)
Setter for property progress. |
| Methods inherited from class com.webhydra.slug.process.ProcessStatus |
|---|
getMessage, getStatus, hasMessage, setMessage, setStatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessProgress(Status status,
java.lang.String message,
int progress)
status - current process statusmessage - proces messageprogress - process progres| Method Detail |
|---|
public int getProgress()
public void setProgress(int progress)
progress - New value of property progress.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||