tryllian.util.event
Interface ExceptionHandler
- All Superinterfaces:
- java.io.Serializable
- public interface ExceptionHandler
- extends java.io.Serializable
Implement this interface to get notified of RuntimeExceptions that occured
during event dispatching.
- See Also:
EventDispatcher
|
Method Summary |
void |
handleException(java.util.EventListener source,
java.lang.RuntimeException exception)
Called when a RuntimeException occured during event dispatching. |
handleException
public void handleException(java.util.EventListener source,
java.lang.RuntimeException exception)
- Called when a RuntimeException occured during event dispatching.
- Parameters:
source - the listener that caused the exceptionexception - the occured exception