public class ProgressHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
private long |
swigCPtr |
Modifier | Constructor and Description |
---|---|
protected |
ProgressHandler(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
boolean |
canceled() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ProgressHandler obj) |
int |
progress() |
void |
reset() |
void |
update(double workComplete,
double totalWork) |
void |
update(int percent) |
void |
updateFraction(double fractionComplete) |
protected transient boolean swigCMemOwn
private transient long swigCPtr
public void cancel()
public boolean canceled()
public void delete()
protected void finalize()
finalize
in class java.lang.Object
protected static long getCPtr(ProgressHandler obj)
public int progress()
public void reset()
public void update(double workComplete, double totalWork)
public void update(int percent)
public void updateFraction(double fractionComplete)