public abstract class Backend extends java.lang.Object
The Engine engine component that should be executed after engine's main method. The backend elaborates Entity entity that engine returns.
Engine
Entity
Backend()
abstract void
start(Entity entity)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Backend()
public abstract void start(Entity entity)
entity