public interface AcquisitionStatusListener
Modifier and Type | Method and Description |
---|---|
void |
acquisitionEnded(AcquisitionResultStatus aStatus)
Called when the acquisition ended, providing information about how it
ended.
|
void |
acquisitionStarted()
Called when the acquisition is just started.
|
void acquisitionEnded(AcquisitionResultStatus aStatus)
The framework will guarantee that this method will be called, and after all other methods of this interface.
void acquisitionStarted()
The framework will guarantee that this method will be called, and before any other methods of this interface.
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.