OSMQ
v2.0.1

osmq.util
Class ExceptionEventBean

java.lang.Object
  extended byosmq.util.ExceptionEventBean
All Implemented Interfaces:
ExceptionListener

public class ExceptionEventBean
extends java.lang.Object
implements ExceptionListener


Constructor Summary
ExceptionEventBean()
           
 
Method Summary
 void addExceptionListener(ExceptionListener l)
           
 void notifyListeners(java.lang.Exception e)
           
 void onException(java.lang.Exception e)
          Notify user of an exception.
 void removeExceptionListener(ExceptionListener l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionEventBean

public ExceptionEventBean()
Method Detail

addExceptionListener

public void addExceptionListener(ExceptionListener l)

removeExceptionListener

public void removeExceptionListener(ExceptionListener l)

onException

public void onException(java.lang.Exception e)
Description copied from interface: ExceptionListener
Notify user of an exception.

Specified by:
onException in interface ExceptionListener
Parameters:
e - the exception.

notifyListeners

public void notifyListeners(java.lang.Exception e)

(c) 2000 - 2003 MQue Systems
All Rights Reserved