|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableProgressMonitor
This interface is used to represent mutable progress montiors.
Method Summary | |
---|---|
ProgressMonitor |
asUnmodifiable()
Returns this progress monitor as an immutable object. |
void |
increment()
Causes this progress monitor to increment an internal counter. |
void |
resetCount()
Causes this progress monitor to reset its internal counter to 0. |
void |
start()
Causes this progress monitor to start monitoring a duration of time. |
void |
stop()
Causes this progress monitor to stop monitoring a duration of time. |
Methods inherited from interface sbrt.kernel.utilities.ProgressMonitor |
---|
getDuration, getProgress, started, stopped |
Method Detail |
---|
void increment()
void start()
java.lang.IllegalStateException
- if start()
was already called
without a subsequent call to stop()
.void stop()
java.lang.IllegalStateException
- if start()
was never called, or
if stop()
has already been called since the last call to
start()
.void resetCount()
ProgressMonitor asUnmodifiable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |