public static interface DataManSystem.OnXmlResultArrivedListener
Modifier and Type | Method and Description |
---|---|
void |
onXmlResultArrived(DataManSystem dataManSystem,
int resultId,
String xmlResult)
Called when the XML result has been arrived.
|
void onXmlResultArrived(DataManSystem dataManSystem, int resultId, String xmlResult)
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.xmlResult
- The result of a read in XML format.