Package com.jme3.view.surfaceview
Interface OnExceptionThrown
-
public interface OnExceptionThrownAn interface designed to listen for exceptions and fire an event when an exception is thrown.- Author:
- pavl_g.
- See Also:
JmeSurfaceView.setOnExceptionThrown(OnExceptionThrown)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonExceptionThrown(java.lang.Throwable e)Listens for a thrown exception or a thrown error.
-