Package com.tinkerforge
Interface BrickletLCD16x2.ButtonPressedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLCD16x2
public static interface BrickletLCD16x2.ButtonPressedListener extends DeviceListener
This listener is triggered when a button is pressed. The parameter is the number of the button.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buttonPressed(short button)
-