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