|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Monitor
Implement this interface to receive notifications of progress
| Field Summary | |
|---|---|
static Monitor |
NULL_MONITOR
Empty implementation that does nothing. |
| Method Summary | |
|---|---|
void |
initReport(double initFraction)
Initialize the fraction of the work that was completed when the process started. |
void |
report(double fraction)
This method will be called with the current fraction of work done. |
| Field Detail |
|---|
static final Monitor NULL_MONITOR
| Method Detail |
|---|
void initReport(double initFraction)
initFraction - Fraction of work done when
process started, from 0 to 1.void report(double fraction)
fraction - Fraction of work done so far, from 0 to 1.
This value must equal or exceed all values previously
passed to this method or to initReport.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||