| Package | Description |
|---|---|
| com.jme3.app.jmeSurfaceView |
| Class and Description |
|---|
| JmeSurfaceView.DestructionPolicy
Determines whether the app context would be destructed
with the holder activity context in case of
JmeSurfaceView.DestructionPolicy.DESTROY_WHEN_FINISH or be
spared for a second use in case of JmeSurfaceView.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 the
GLSurfaceView is 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 from
JmeSurfaceView.startRenderer(int). |