All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface openstar.util.EventDelivery

public interface EventDelivery
This interface is used together with the EventSupport utility class. It defines only one method that must be implemented to deliver the actual event to the appropriate method of the (derived) EventListener.


Method Index

 o deliverEvent(EventListener, Event)
Delivers the event to the target listener.

Methods

 o deliverEvent
  public abstract void deliverEvent(EventListener target,
                                    Event event)
Delivers the event to the target listener.


All Packages  Class Hierarchy  This Package  Previous  Next  Index