|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.util.AbstractProgressMonitor
sbrt.kernel.util.DiscreteProgressMonitor
public class DiscreteProgressMonitor
This class is used to monitor the progress of a process that occurs in discrete events.
Constructor Summary | |
---|---|
DiscreteProgressMonitor()
Constructs a new discrete progress monitor. |
Method Summary | |
---|---|
ProgressMonitor |
asUnmodifiable()
Returns this progress monitor as an immutable object. |
java.lang.Integer |
getProgress()
Returns an integer value indicating a progress. |
Methods inherited from class sbrt.kernel.util.AbstractProgressMonitor |
---|
getCount, getDuration, increment, resetCount, start, started, stop, stopped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscreteProgressMonitor()
Method Detail |
---|
public java.lang.Integer getProgress()
public ProgressMonitor asUnmodifiable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |