package de.c3ma.ollo; /** * created at 29.12.2017 - 18:29:07 * creator: ollo * project: WS2812Emulation * $Id: $ * @author ollo */ public interface LuaSimulation { public void rebootTriggered(); public void setSimulationTime(long timeInMillis); }