borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
borland.jbcl.util.ExceptionDispatch
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.
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: