Package com.jme3.view.surfaceview
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.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLayoutDrawn
(LegacyApplication legacyApplication, android.view.View layout) Dispatched when the layout is drawn on the screen.
-
Method Details
-
onLayoutDrawn
Dispatched when the layout is drawn on the screen.- Parameters:
legacyApplication
- the application instance.layout
- the current layout.
-