All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.dip.DipMethodCallListener

public interface interface DipMethodCallListener
extends MethodCallListener, DipListenerAuxiliary
This interface combines the MethodCallListener and DipListenerAuxiliary interfaces.


Method Index

 o needsArguments()
Indicates whether the DipMethodCallListener interface needs to have the method arguments marshaled in the MethodCallEvent.

Methods

 o needsArguments
 public abstract boolean needsArguments()
Indicates whether the DipMethodCallListener interface needs to have the method arguments marshaled in the MethodCallEvent. If the listener does not need the method arguments, the bean improves its performance by not gathering them.

Returns:
true if arguments are needed; false otherwise.
See Also:
MethodCallEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index