Package com.tinkerforge
Interface BrickletEPaper296x128.DrawStatusListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletEPaper296x128
public static interface BrickletEPaper296x128.DrawStatusListener extends DeviceListener
Listener for the current draw status. Will be called every time the draw status changes (seeBrickletEPaper296x128.getDrawStatus()
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawStatus(int drawStatus)
-