Package com.ribs
Interface RibsEventQueue.RibsExceptionHandler
- 
- All Known Implementing Classes:
 ExceptionReporter
- Enclosing class:
 - RibsEventQueue
 
public static interface RibsEventQueue.RibsExceptionHandlerAn interface for an exception handler. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(java.lang.Throwable t)Called when an exception is uncaught by anything below dispatch event. 
 -