Interface EngineLifecycleListener

All Known Subinterfaces:
ProcessEngineLifecycleListener

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 Summary

    Modifier and Type
    Method
    Description
    void
    Called right after the engine has been built.
    void
    Called right after the engine has been closed.
  • Method Details

    • 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.