public static interface DataManSystem.OnSystemWentOfflineListener
Modifier and Type | Method and Description |
---|---|
void |
onSystemWentOffline(DataManSystem dataManSystem)
Called when the reader went offline.
|
void onSystemWentOffline(DataManSystem dataManSystem)
dataManSystem
- The DataManSystem
object that invoked the callback.