Java Platform 1.2
Beta 4

Package java.beans.beancontext

Interface Summary
BeanContext The BeanContext acts a logical heirarchical container for JavaBeans.
BeanContextChild JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface.
BeanContextContainer This interface is implemented by BeanContexts' that have an AWT Container associated with them.
BeanContextMembershipListener Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
BeanContextServiceProvider One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.
BeanContextServiceRevokedListener  
BeanContextServices The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
BeanContextServicesListener  
 

Class Summary
BeanContextAddedEvent Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
BeanContextChildSupport This is a general support class to provide support for implementing the BeanContextChild protocol.
BeanContextEvent BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext.
BeanContextMembershipEvent Compliant BeanContexts fire events on this interface when state maintained by the BeanContext, for some or all of its "children", changes, to all BeanContextListeners that register themselves with a particular BeanContext.
BeanContextRemovedEvent Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
BeanContextServiceAvailableEvent This event type is used by the BeanContextServicesListener in order to identify the service being registered.
BeanContextServiceRevokedEvent This event type is used by the BeanContextServicesListener in order to identify the service being revoked.
BeanContextServicesSupport This helper class provides a utility implementation of the java.beans.beancontext.
BeanContextServicesSupport.BCSSServiceProvider subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.
BeanContextSupport This helper class provides a utility implementation of the java.beans.beancontext.
BeanContextSupport.BCSIterator protected final subclass that encapsulates an iterator but implements a noop remove() method.
 

Package java.beans.beancontext Description

Provides classes and interfaces relating to bean context. A bean context is a container for beans and defines the execution environment for the beans it contains. There can be several beans in a single bean context, and a bean context can be nested within another bean context. This package also contains events and listener interface for beans being added and removed from a bean context.


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.