Uses of Package
com.jme3.view.surfaceview
-
Packages that use com.jme3.view.surfaceview Package Description com.jme3.view.surfaceview HoldsJmeSurfaceViewwith some lifecycle interfaces. -
Classes in com.jme3.view.surfaceview used by com.jme3.view.surfaceview Class Description JmeSurfaceView.DestructionPolicy Determines whether the app context would be destructed with the holder activity context in case ofJmeSurfaceView.DestructionPolicy.DESTROY_WHEN_FINISHor be spared for a second use in case ofJmeSurfaceView.DestructionPolicy.KEEP_WHEN_FINISH.OnExceptionThrown An interface designed to listen for exceptions and fire an event when an exception is thrown.OnLayoutDrawn An interface used for dispatching an event when the layout holding theGLSurfaceViewis drawn, the event is dispatched on the user activity context thread.OnRendererCompleted An interface used for invoking an event when the user delay finishes, on the first update of the game.OnRendererStarted An interface used for invoking an event when the application is started explicitly fromJmeSurfaceView.startRenderer(int).