borland Packages Class Hierarchy jb.util Package
com.borland.jb.util.ExceptionDispatch
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.
public void exceptionDispatch(EventListener listener)Sends an event that to the specified listener. The event throws an exception. The exception object is Exception.