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