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