com.virtuosotechnologies.lib.error
Interface AWTErrorListener

All Superinterfaces:
EventListener

public interface AWTErrorListener
extends EventListener

Listener for AWT thread exceptions


Field Summary
static Method ERROR_HAPPENED_METHOD
           
 
Method Summary
 void errorHappened(AWTErrorEvent event)
          An error happened
 

Field Detail

ERROR_HAPPENED_METHOD

public static final Method ERROR_HAPPENED_METHOD
Method Detail

errorHappened

public void errorHappened(AWTErrorEvent event)
An error happened

Parameters:
event - AWTErrorEvent