All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.dip.MethodCallListener

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

See Also:
MethodCallEvent

Method Index

 o handleMethodCall(MethodCallEvent)
Manages a bound MethodCall event.

Methods

 o handleMethodCall
 public abstract void handleMethodCall(MethodCallEvent evt)
Manages a bound MethodCall event.

Parameters:
evt - A MethodCallEvent object describing the event source and the property that changed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index