public static interface DataManSystem.OnTrainingResultArrivedListener
Modifier and Type | Method and Description |
---|---|
void |
onTrainingResultArrived(DataManSystem dataManSystem,
String trainingResult)
Called when the training result has been arrived.
|
void onTrainingResultArrived(DataManSystem dataManSystem, String trainingResult)
dataManSystem
- The DataManSystem
object that invoked the callback.trainingResult
- The training result in XML format that arrived from the reader.