borland Packages  Class Hierarchy  jb.util Package 

VetoableDispatch interface

com.borland.jb.util.VetoableDispatch

About the VetoableDispatch interface

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.

See also: com.borland.jb.util.ExceptionDispatch


VetoableDispatch methods

Methods defined in this interface


VetoableDispatch methods

vetoableDispatch(java.util.EventListener)

  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.

Parameters:

listener
The object listening for the event.