IContainer Interface
Methods | This Package | All Packages
Defines the container interface.
package com.ms.wfc.core
public interface IContainer
Remarks
A container represents a logical containment of components. To be a container, a class must implement IContainer. For each component in a container, the container creates a site that it uses to manage the component.
The Container class provides a base implementation of IContainer.
See Also IComponent, IComponentSite