Interface OnLayoutDrawn


public interface OnLayoutDrawn
An interface used for dispatching an event when the layout holding the GLSurfaceView is drawn, the event is dispatched on the user activity context thread.
Author:
pavl_g.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLayoutDrawn(com.jme3.app.LegacyApplication legacyApplication, android.view.View layout)
    Dispatched when the layout is drawn on the screen.
  • Method Details

    • onLayoutDrawn

      void onLayoutDrawn(com.jme3.app.LegacyApplication legacyApplication, android.view.View layout)
      Dispatched when the layout is drawn on the screen.
      Parameters:
      legacyApplication - the application instance.
      layout - the current layout.