Kofax Mobile SDK API Reference
Public Member Functions | List of all members
AutoFocusResultListener Interface Reference

The listener interface for responding to camera focus events. More...

Inheritance diagram for AutoFocusResultListener:
CaptureExperience DocumentBaseCaptureExperience CheckCaptureExperience DocumentCaptureExperience FixedAspectRatioCaptureExperience PassportCaptureExperience

Public Member Functions

void onAutoFocus (AutoFocusResultEvent event)
 Invoked when the camera completes focusing. More...
 

Detailed Description

The listener interface for responding to camera focus events.

A class that is interested in responding to the camera's auto-focus activity should implement this interface, and then register itself with an ImageCaptureView using the view's addOnAutoFocusResultListener method.

See also
com.kofax.kmc.kui.uicontrols.ImageCaptureView
com.kofax.kmc.kui.uicontrols.ImageCaptureView::addOnAutoFocusResultListener
com.kofax.kmc.kui.uicontrols.ImageCaptureView::removeOnAutoFocusResultListener

Member Function Documentation

void onAutoFocus ( AutoFocusResultEvent  event)

Invoked when the camera completes focusing.

Implemented in CaptureExperience.


The documentation for this interface was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.