Interface RfidEventListener
-
public interface RfidEventListener
- Author:
- jannis becke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionState(RfidReaderConnectionState event)
reader connection state changedvoid
inputChange(RfidReaderInputChange event)
reader input changed (only if the reader has inputs and supports this)
-
-
-
Method Detail
-
inputChange
void inputChange(RfidReaderInputChange event)
reader input changed (only if the reader has inputs and supports this)- Parameters:
event
-RfidReaderInputChange
-
connectionState
void connectionState(RfidReaderConnectionState event)
reader connection state changed- Parameters:
event
-RfidReaderConnectionState
-
-