Package com.tinkerforge
Interface BrickletNFCRFID.StateChangedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletNFCRFID
public static interface BrickletNFCRFID.StateChangedListener extends DeviceListener
This listener is called if the state of the NFC/RFID Bricklet changes. SeeBrickletNFCRFID.getState()
for more information about the possible states.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stateChanged(short state, boolean idle)
-