Package com.jme3.view.surfaceview
Interface OnLayoutDrawn
-
public interface OnLayoutDrawnAn interface used for dispatching an event when the layout holding theGLSurfaceViewis drawn, the event is dispatched on the user activity context thread.- Author:
- pavl_g.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLayoutDrawn(com.jme3.app.LegacyApplication legacyApplication, android.view.View layout)Dispatched when the layout is drawn on the screen.
-