anon.util
Class ZipArchiver.ZipEvent

java.lang.Object
  extended by anon.util.ZipArchiver.ZipEvent
All Implemented Interfaces:
ProgressCapsule
Enclosing class:
ZipArchiver

public class ZipArchiver.ZipEvent
extends java.lang.Object
implements ProgressCapsule


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

value

private int value

maxValue

private int maxValue

minValue

private int minValue

status

private int status
Constructor Detail

ZipArchiver.ZipEvent

public ZipArchiver.ZipEvent(long byteCount,
                            long totalByteCount,
                            int progressStatus)
Method Detail

getMaximum

public int getMaximum()
Specified by:
getMaximum in interface ProgressCapsule

getMinimum

public int getMinimum()
Specified by:
getMinimum in interface ProgressCapsule

getValue

public int getValue()
Specified by:
getValue in interface ProgressCapsule

getStatus

public int getStatus()
Specified by:
getStatus in interface ProgressCapsule