Package com.tinkerforge
Interface BrickletJoystick.AnalogValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletJoystick
public static interface BrickletJoystick.AnalogValueListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletJoystick.setAnalogValueCallbackPeriod(long)
. The parameters are the analog values of the joystick. TheBrickletJoystick.AnalogValueListener
listener is only triggered if the values have changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
analogValue(int x, int y)
-