Interface EngineLifecycleListener


  • public interface EngineLifecycleListener
    Interface 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 Detail

      • onEngineBuilt

        void onEngineBuilt​(Engine engine)
        Called right after the engine has been built.
      • onEngineClosed

        void onEngineClosed​(Engine engine)
        Called right after the engine has been closed.