|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jrex.event.progress.ProgressChangeEventParam
The class wrapping the progress change progress event parameters.
Constructor Summary | |
ProgressChangeEventParam(int curSelfProgress,
int maxSelfProgress,
int curTotalProgress,
int maxTotalProgress)
ProgressChangeEventParam constructor |
Method Summary | |
int |
getCurrentSelfProgress()
Returns the current progress for request. |
int |
getCurrentTotalProgress()
Returns the current progress for all the requests |
int |
getMaximumSelfProgress()
Returns the maximum progress for request |
int |
getMaximumTotalProgress()
Returns the total progress for all the requests being monitored. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProgressChangeEventParam(int curSelfProgress, int maxSelfProgress, int curTotalProgress, int maxTotalProgress)
curSelfProgress
- The current progress for request.maxSelfProgress
- The maximum progress for request. If this
value is not known then -1 is passed.curTotalProgress
- The current progress for all the requests
being monitored.maxTotalProgress
- The total progress for all the requests being
monitored. If this value is not known then
-1 is passed.ProgressEventConstants
Method Detail |
public int getCurrentSelfProgress()
public int getMaximumSelfProgress()
public int getCurrentTotalProgress()
public int getMaximumTotalProgress()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |