net.sourceforge.arbaro.export
Class Progress
java.lang.Object
net.sourceforge.arbaro.export.Progress
public final class Progress
- extends java.lang.Object
Handle progress while creating and exporting a tree
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Progress
public Progress()
beginPhase
public void beginPhase(java.lang.String ph,
long max)
endPhase
public void endPhase()
setProgress
public void setProgress(long prog)
incProgress
public void incProgress(long inc)
getPercent
public int getPercent()
getPhase
public java.lang.String getPhase()
getMaxProgress
public long getMaxProgress()