|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AcquisitionProgressListener
Can be used to register a service that is interested in the progress status of an acquisition.
Method Summary | |
---|---|
void |
acquisitionInProgress(int aPercentage)
Called to periodically report the progress of the acquisition. |
Method Detail |
---|
void acquisitionInProgress(int aPercentage)
There is no guarantee made by the framework that this method will be
called. If called, it will always be called at least after the
#acquisitionStarted(int, int, int)
and before
#acquisitionEnded(AcquisitionResultStatus)
.
aPercentage
- a percentage, >= 0 && <= 100.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |