Wordclock/simulation/src/de/c3ma/ollo/LuaSimulation.java

16 lines
298 B
Java
Raw Normal View History

package de.c3ma.ollo;
/**
* created at 29.12.2017 - 18:29:07<br />
* creator: ollo<br />
* project: WS2812Emulation<br />
* $Id: $<br />
* @author ollo<br />
*/
public interface LuaSimulation {
2018-01-12 20:38:35 +01:00
public void rebootTriggered();
2018-02-03 16:51:00 +01:00
public void setSimulationTime(long timeInMillis);
}