|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.util.ZipArchiver.ZipEvent
public class ZipArchiver.ZipEvent
Field Summary | |
---|---|
private int |
maxValue
|
private int |
minValue
|
private int |
status
|
private int |
value
|
Fields inherited from interface anon.util.ProgressCapsule |
---|
PROGRESS_ABORTED, PROGRESS_FAILED, PROGRESS_FINISHED, PROGRESS_NOT_STARTED, PROGRESS_ONGOING |
Constructor Summary | |
---|---|
ZipArchiver.ZipEvent(long byteCount,
long totalByteCount,
int progressStatus)
|
Method Summary | |
---|---|
int |
getMaximum()
|
int |
getMinimum()
|
int |
getStatus()
|
int |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int value
private int maxValue
private int minValue
private int status
Constructor Detail |
---|
public ZipArchiver.ZipEvent(long byteCount, long totalByteCount, int progressStatus)
Method Detail |
---|
public int getMaximum()
getMaximum
in interface ProgressCapsule
public int getMinimum()
getMinimum
in interface ProgressCapsule
public int getValue()
getValue
in interface ProgressCapsule
public int getStatus()
getStatus
in interface ProgressCapsule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |