All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.dip.DippableExtendedSupport

public interface interface DippableExtendedSupport
extends DippableSupport, DippableExtended
This interface is implemented by classes that manage dips for a dippable bean that supports the DippableExtended interface. Dippable beans that support the DippableExtended interface must use a DippableExtendedSupport implementation to manage dips and their listeners.

The DippableExtendedSupport interface is an implementation of the strategy pattern described in 'Design Patterns' by Gamma, Helm, Johnson, and Vlissides. Here the dippable bean is the Composition class, the DippableExtendedSupport interface is the Compositor interface, and the DippableExtendedSupportImp class is one of the concrete Compositor classes.



All Packages  Class Hierarchy  This Package  Previous  Next  Index