All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.dip.EventFireListener

public interface interface EventFireListener
extends EventListener
The EventFireListener interface describes the listener to be notified when a class fires a bound EventFire event.

See Also:
EventFireEvent

Method Index

 o handleEventFire(EventFireEvent)
Manages a bound EventFire event.

Methods

 o handleEventFire
 public abstract void handleEventFire(EventFireEvent evt)
Manages a bound EventFire event.

Parameters:
evt - An EventFireEvent object describing the event source and the event that was fired.

All Packages  Class Hierarchy  This Package  Previous  Next  Index