Package com.tinkerforge
Interface BrickletLCD128x64.TouchPositionListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLCD128x64
public static interface BrickletLCD128x64.TouchPositionListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletLCD128x64.setTouchPositionCallbackConfiguration(long, boolean)
. The parameters are the same as forBrickletLCD128x64.getTouchPosition()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
touchPosition(int pressure, int x, int y, long age)
-