borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

ExceptionDispatch interface

borland.jbcl.util.ExceptionDispatch

About the ExceptionDispatch interface

Methods  

Implemented by ConnectionUpdateEvent, DataChangeEvent, MasterNavigateEvent, MasterUpdateEvent

The ExceptionDispatch interface is an interface for events that jbcl.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(java.util.EventListener listener)
Sends an event that to the specified listener. The event is capable of throwing an exception. The exception object is Exception.

Parameters:

listener
The object listening for the event.