public static interface DataManSystem.OnImageGraphicsArrivedListener
Modifier and Type | Method and Description |
---|---|
void |
onImageGraphicsArrived(DataManSystem dataManSystem,
int resultId,
String imageGraphics)
Called when the image graphics has been arrived.
|
void onImageGraphicsArrived(DataManSystem dataManSystem, int resultId, String imageGraphics)
dataManSystem
- The DataManSystem
object that invoked the callback.resultId
- The identifier of the result. This value can be used
to match the read string with the other result types
like images, image graphics or XML results.imageGraphics
- The image graphics in XML format that arrived from
the reader.