borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
borland.jbcl.util.VetoableDispatch
Methods
Implemented by GraphSubfocusEvent, MatrixSubfocusEvent, VectorSubfocusEvent
The VetoableDispatch interface is an interface for vetoable events that jbcl.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(java.util.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.
Parameters: