borland Packages Class Hierarchy jb.util Package
com.borland.jb.util.VetoableDispatch
Methods
The VetoableDispatch interface is an interface for vetoable events that com.borland.jb.util.EventMulticaster can send to multiple listeners. A listener for a vetoable event can choose to not respond to the event, thereby refusing or vetoing it.
public void vetoableDispatch(EventListener listener)Sends an event to the specified listener. The listener can choose to ignore the event and not respond to it by throwing VetoException.