Uses of Package
com.jme3.view.surfaceview
Packages that use com.jme3.view.surfaceview
-
Classes in com.jme3.view.surfaceview used by com.jme3.view.surfaceviewClassDescriptionDetermines whether the app context would be destructed as a result of dispatching
Activity.finish()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.An interface designed to listen for exceptions and fire an event when an exception is thrown.An interface used for dispatching an event when the layout holding theGLSurfaceViewis drawn, the event is dispatched on the user activity context thread.An interface used for invoking an event when the user delay finishes, on the first update of the game.An interface used for invoking an event when the application is started explicitly fromJmeSurfaceView.startRenderer(int).