Interface OnRendererCompleted


public interface OnRendererCompleted
An interface used for invoking an event when the user delay finishes, on the first update of the game.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the user delay finishes, on the first update of the game, the event is dispatched on the enclosing Activity context thread.
  • Method Details

    • onRenderCompletion

      void onRenderCompletion(LegacyApplication application, AppSettings appSettings)
      Invoked when the user delay finishes, on the first update of the game, the event is dispatched on the enclosing Activity context thread.
      Parameters:
      application - the current jme game instance.
      appSettings - the current window settings of the running jme game.
      See Also: