Package com.tinkerforge
Interface BrickletLCD128x64.GUIButtonPressedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLCD128x64
public static interface BrickletLCD128x64.GUIButtonPressedListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletLCD128x64.setGUIButtonPressedCallbackConfiguration(long, boolean)
. The parameters are the same as forBrickletLCD128x64.getGUIButtonPressed(int)
. .. versionadded:: 2.0.2$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
guiButtonPressed(int index, boolean pressed)
-