Interface EngineLifecycleListener
-
public interface EngineLifecycleListenerInterface describing a listener that gets notified when certain event occurs, related to the engine lifecycle it is attached to.- Author:
- Frederik Heremans, Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEngineBuilt(Engine engine)Called right after the engine has been built.voidonEngineClosed(Engine engine)Called right after the engine has been closed.
-