Package com.jme3.view.surfaceview
Interface OnExceptionThrown
public interface OnExceptionThrown
An interface designed to listen for exceptions and fire an event when an exception is thrown.
- 
Method SummaryModifier and TypeMethodDescriptionvoidListens for a thrown exception or a thrown error.
- 
Method Details- 
onExceptionThrownListens for a thrown exception or a thrown error.- Parameters:
- e- the exception or the error that is throwable.
 
 
-