Package com.tinkerforge
Interface BrickletMultiTouch.TouchStateListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletMultiTouch
public static interface BrickletMultiTouch.TouchStateListener extends DeviceListener
Returns the current touch state, seeBrickletMultiTouch.getTouchState()
for information about the state. This listener is triggered every time the touch state changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
touchState(int state)
-