public interface AcquisitionProgressListener
Modifier and Type | Method and Description |
---|---|
void |
acquisitionInProgress(int aPercentage)
Called to periodically report the progress of the acquisition.
|
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.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.