nl.lxtreme.ols.api.acquisition
Interface AcquisitionProgressListener


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

acquisitionInProgress

void acquisitionInProgress(int aPercentage)
Called to periodically report the progress of the acquisition.

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).

Parameters:
aPercentage - a percentage, >= 0 && <= 100.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.