|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |