borland Packages  Class Hierarchy  jbcl.util Package  Index 

VetoableDispatch interface

borland.jbcl.util.VetoableDispatch

About the VetoableDispatch interface

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


VetoableDispatch methods

Methods defined in this interface


VetoableDispatch methods

vetoableDispatch(java.util.EventListener)

  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:

listener
The object listening for the event.