Package com.tinkerforge
Interface BrickletJoystick.PositionListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletJoystick
public static interface BrickletJoystick.PositionListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletJoystick.setPositionCallbackPeriod(long)
. The parameter is the position of the joystick. TheBrickletJoystick.PositionListener
listener is only triggered if the position has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
position(short x, short y)
-