nl.lxtreme.ols.api.acquisition
Interface AcquisitionStatusListener


public interface AcquisitionStatusListener

Denotes a listener that wants to get informed about the status of an acquisition.


Method Summary
 void acquisitionEnded(AcquisitionResultStatus aStatus)
          Called when the acquisition ended, providing information about how it ended.
 void acquisitionStarted()
          Called when the acquisition is just started.
 

Method Detail

acquisitionEnded

void acquisitionEnded(AcquisitionResultStatus aStatus)
Called when the acquisition ended, providing information about how it ended.

The framework will guarantee that this method will be called, and after all other methods of this interface.


acquisitionStarted

void acquisitionStarted()
Called when the acquisition is just started.

The framework will guarantee that this method will be called, and before any other methods of this interface.



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