Interface Engine.EventListener

Enclosing class:
Engine

public static interface Engine.EventListener
  • Method Summary

    Modifier and Type Method Description
    default void onFailedEngine​(java.lang.String reason, java.lang.Exception e)
    Called when a fatal exception occurred
  • Method Details

    • onFailedEngine

      default void onFailedEngine​(java.lang.String reason, @Nullable java.lang.Exception e)
      Called when a fatal exception occurred