|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProgressObserver
Implementors of this interface will listen to progress events thrown by lengthy operations
| Method Summary | |
|---|---|
boolean |
isPercentileProgressInterested()
Implementations must return true or false, indicating whether they are interested or not in percentile progress events |
void |
onPercentileProgressChange(double percent)
This method will be called when a new percentile progress changes |
void |
onStatusChange(java.lang.String msg)
This method will be called when a new status message is emitted by the process |
| Method Detail |
|---|
boolean isPercentileProgressInterested()
void onStatusChange(java.lang.String msg)
msg - The text to be displayedvoid onPercentileProgressChange(double percent)
percent - The progress in the range [0..1]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||