org.jdtaus.core.lang
Interface ExceptionListener

All Superinterfaces:
EventListener

public interface ExceptionListener
extends EventListener

Listener to be notified about ExceptionEvents.

Version:
$Id: ExceptionListener.java 8044 2009-07-02 01:29:05Z schulte2005 $
Author:
Christian Schulte

Method Summary
 void onException(ExceptionEvent event)
          Called when an exception occured.
 

Method Detail

onException

void onException(ExceptionEvent event)
Called when an exception occured.

Parameters:
event - the event holding the exception.


Copyright © 2005-2009 jDTAUS. All Rights Reserved.