org.zaval.util.event
Interface AbortListener

All Superinterfaces:
java.util.EventListener

public interface AbortListener
extends java.util.EventListener

This is listener interface can be used to handle exceptions that were thrown with a listener during event handling. The mechinism will work if you use ListenerSupport class as basing for an events listener supporing.


Method Summary
 void aborted(java.util.EventObject o, java.lang.Exception e)
           Invoked when the specified exception has been performed during the given event handling.
 

Method Detail

aborted


public void aborted(java.util.EventObject o,
                    java.lang.Exception e)
Invoked when the specified exception has been performed during the given event handling.
Parameters:
o - the specified event object.
e - the specified exception.


Copyright © Zaval Creative Engineering Group, 2000-2005
http://www.zaval.org