Package com.tinkerforge
Interface BrickletMultiTouchV2.TouchStateListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletMultiTouchV2
public static interface BrickletMultiTouchV2.TouchStateListener extends DeviceListener
Returns the current touch state, seeBrickletMultiTouchV2.getTouchState()
for information about the state. This listener is triggered every time the touch state changes with a given period (seeBrickletMultiTouchV2.setTouchStateCallbackConfiguration(long, boolean)
)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
touchState(boolean[] state)
-