Package com.tinkerforge
Interface BrickletJoystickV2.PositionListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletJoystickV2
public static interface BrickletJoystickV2.PositionListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletJoystickV2.setPositionCallbackConfiguration(long, boolean)
. The parameters are the same as withBrickletJoystickV2.getPosition()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
position(int x, int y)
-