to top
Datalogic APIs
Added in revision 22
public interface

FrameCaptureListener

com.datalogic.decode.FrameCaptureListener

Class Overview

This interface is used by the application to listen to the decoder's frame capture event. This is intended to be used with the addFrameCaptureListener method of the BarcodeManager class. More than one object instance can listen to the decoding events in an application. More than one application can listen to decoding events in the system.

See Also

Summary

Public Methods
abstract void onFrameCapture(CapturedFrame frame)
onFrameCapture method will be called when a frame captured event is fired.

Public Methods

public abstract void onFrameCapture (CapturedFrame frame)

Added in revision 22

onFrameCapture method will be called when a frame captured event is fired.

Parameters
frame The data read as defined by CapturedFrame
See Also