borland Packages  Class Hierarchy  jb.util Package 

ExceptionDispatch interface

com.borland.jb.util.ExceptionDispatch

About the ExceptionDispatch interface

Methods  

Implemented by DataChangeEvent, MasterUpdateEvent, ConnectionUpdateEvent

The ExceptionDispatch interface is an interface for events that com.borland.jb.util.EventMulticaster can send to multiple listeners. The events can throw exceptions.


ExceptionDispatch methods

Methods defined in this interface


ExceptionDispatch methods

exceptionDispatch(java.util.EventListener)

  public void exceptionDispatch(EventListener listener)
Sends an event that to the specified listener. The event throws an exception. The exception object is Exception.

Parameters:

listener
The object listening for the event.