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