Package com.tinkerforge
Interface BrickletLCD20x4.ButtonReleasedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLCD20x4
public static interface BrickletLCD20x4.ButtonReleasedListener extends DeviceListener
This listener is triggered when a button is released. The parameter is the number of the button (0 to 2 or 0 to 3 since hardware version 1.2).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buttonReleased(short button)
-