com.deltax.util.listener
Interface ExceptionListener

All Superinterfaces:
Listener

public interface ExceptionListener
extends Listener

Classes implementing this interface will explicitly receive exceptions signals separately from normal signals.

Version:
1.0
Author:
Cristiano Sadun

Method Summary
 void receiveException(ExceptionSignal exceptionsignal)
          Receives an exception-related signal
 
Methods inherited from interface com.deltax.util.listener.Listener
receive
 

Method Detail

receiveException

public void receiveException(ExceptionSignal exceptionsignal)
Receives an exception-related signal

Parameters:
exceptionsignal - the received signal