Package com.tinkerforge
Interface BrickletRGBLEDMatrix.FrameStartedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRGBLEDMatrix
public static interface BrickletRGBLEDMatrix.FrameStartedListener extends DeviceListener
This listener is triggered as soon as a new frame write is started. The LED values are double buffered, so you can send the LED values for the next frame directly after this listener is triggered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
frameStarted(long frameNumber)
-