anon.util
Interface ProgressCapsule

All Known Implementing Classes:
ZipArchiver.ZipEvent

public interface ProgressCapsule


Field Summary
static int PROGRESS_ABORTED
           
static int PROGRESS_FAILED
           
static int PROGRESS_FINISHED
           
static int PROGRESS_NOT_STARTED
           
static int PROGRESS_ONGOING
           
 
Method Summary
 int getMaximum()
           
 int getMinimum()
           
 int getStatus()
           
 int getValue()
           
 

Field Detail

PROGRESS_NOT_STARTED

static final int PROGRESS_NOT_STARTED
See Also:
Constant Field Values

PROGRESS_FINISHED

static final int PROGRESS_FINISHED
See Also:
Constant Field Values

PROGRESS_ONGOING

static final int PROGRESS_ONGOING
See Also:
Constant Field Values

PROGRESS_ABORTED

static final int PROGRESS_ABORTED
See Also:
Constant Field Values

PROGRESS_FAILED

static final int PROGRESS_FAILED
See Also:
Constant Field Values
Method Detail

getMaximum

int getMaximum()

getMinimum

int getMinimum()

getValue

int getValue()

getStatus

int getStatus()