public static interface DataManSystem.OnLiveImageArrivedListener
Modifier and Type | Method and Description |
---|---|
void |
onLiveImageArrived(DataManSystem dataManSystem,
Bitmap image)
Called when a live image has been arrived.
|
void onLiveImageArrived(DataManSystem dataManSystem, Bitmap image)
dataManSystem
- The DataManSystem
object that invoked the callback.image
- The image that arrived from the reader.