|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILongTaskProgressObservable
Represents a long task that has its progress observable.
Method Summary | |
---|---|
int |
getCurrentProgress()
The current number of this long task progress. |
String |
getCurrentProgressStatus()
Returns a message with a description of the current status of the long task progress. |
int |
getMaxProgress()
The maximum number allowed for this long task progress. |
int |
getPercentageDone()
Returns the percentage of the progress done so far. |
void |
notityObservers(LongTaskProgressChangedEvent event)
|
void |
registerObserver(ILongTaskProgressObserver observer)
|
void |
removeObserver(ILongTaskProgressObserver observer)
|
Method Detail |
---|
void registerObserver(ILongTaskProgressObserver observer)
void removeObserver(ILongTaskProgressObserver observer)
void notityObservers(LongTaskProgressChangedEvent event)
int getMaxProgress()
int getCurrentProgress()
int getPercentageDone()
String getCurrentProgressStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |