public static interface ReaderDevice.ReaderDeviceListener
ReaderDevice
status and result listenerModifier and Type | Method and Description |
---|---|
void |
onAvailabilityChanged(ReaderDevice reader)
Called if the availability of the
ReaderDevice has been changed |
void |
onConnectionStateChanged(ReaderDevice reader)
Called if the
ReaderDevice connection state has been changed |
void |
onReadResultReceived(ReaderDevice reader,
ReadResults results)
Called if
ReadResults arrived from the reader |
void onConnectionStateChanged(ReaderDevice reader)
ReaderDevice
connection state has been changedreader
- The caller ReaderDevice
instanceReaderDevice.getConnectionState()
void onReadResultReceived(ReaderDevice reader, ReadResults results)
ReadResults
arrived from the readerreader
- The caller ReaderDevice
instanceresults
- The ReadResults
object containing the results from the readervoid onAvailabilityChanged(ReaderDevice reader)
ReaderDevice
has been changedreader
- The caller ReaderDevice
instanceReaderDevice.getAvailability()