Package com.tinkerforge
Interface BrickletLEDStripV2.FrameStartedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLEDStripV2
public static interface BrickletLEDStripV2.FrameStartedListener extends DeviceListener
This listener is triggered directly after a new frame render is started. The parameter is the number of LEDs in that frame. You should send the data for the next frame directly after this listener was triggered. For an explanation of the general approach seeBrickletLEDStripV2.setLEDValues(int, int[])
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
frameStarted(int length)
-