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

The listener interface for image capture events. More...

Inheritance diagram for ImageCapturedListener:
CaptureExperience DocumentBaseCaptureExperience CheckCaptureExperience DocumentCaptureExperience FixedAspectRatioCaptureExperience PassportCaptureExperience

Public Member Functions

void onImageCaptured (ImageCapturedEvent event)
 Invoked when the camera captures an image. More...
 

Detailed Description

The listener interface for image capture events.

A class that is interested in responding when an image is successfully captured should implement this interface, and then register itself with an ImageCaptureView#addOnImageCapturedListener(ImageCapturedListener).

See also
com.kofax.kmc.kui.uicontrols.ImageCaptureView
com.kofax.kmc.kui.uicontrols.ImageCaptureView::addOnImageCapturedListener
com.kofax.kmc.kui.uicontrols.ImageCaptureView::removeOnImageCapturedListener

Member Function Documentation

void onImageCaptured ( ImageCapturedEvent  event)

Invoked when the camera captures an image.

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.