com.sdm.quasar.client.swing.common.event
Interface EventLoop.ExceptionHandler
- Enclosing interface:
- EventLoop
- public static interface EventLoop.ExceptionHandler
An interface that should be used to handle exceptions occured at the system
event queue.
- Author:
- Thomas Wolf
|
Method Summary |
void |
handleException(java.awt.AWTEvent event,
java.lang.Throwable e)
Handles the given excption, which occured on processing the given event. |
handleException
public void handleException(java.awt.AWTEvent event,
java.lang.Throwable e)
- Handles the given excption, which occured on processing the given event.
- Parameters:
event - the event that caused the excpetione - the excpetion occurred (as Throwable)