Uses of Interface
com.jme3.view.surfaceview.OnExceptionThrown
-
Packages that use OnExceptionThrown Package Description com.jme3.view.surfaceview HoldsJmeSurfaceViewwith some lifecycle interfaces. -
-
Uses of OnExceptionThrown in com.jme3.view.surfaceview
Methods in com.jme3.view.surfaceview with parameters of type OnExceptionThrown Modifier and Type Method Description voidJmeSurfaceView. setOnExceptionThrown(OnExceptionThrown onExceptionThrown)Sets the listener that will fire when an exception is thrown.
-