ADK CVS

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.
 

Method Detail

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 exception
exception - the occured exception

Copyright 2005, Tryllian Solutions B.V.