Package com.tinkerforge
Interface BrickletNFC.ReaderStateChangedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletNFC
public static interface BrickletNFC.ReaderStateChangedListener extends DeviceListener
This listener is called if the reader state of the NFC Bricklet changes. SeeBrickletNFC.readerGetState()
for more information about the possible states.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readerStateChanged(int state, boolean idle)
-