Java Platform 1.2
Beta 4

Uses of Class
java.beans.beancontext.BeanContextMembershipEvent

Packages that use BeanContextMembershipEvent
java.beans.beancontext Provides classes and interfaces relating to bean context.  
 

Uses of BeanContextMembershipEvent in java.beans.beancontext
 

Subclasses of BeanContextMembershipEvent in java.beans.beancontext
  BeanContextAddedEvent
           Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
  BeanContextRemovedEvent
           Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
 

Methods in java.beans.beancontext with parameters of type BeanContextMembershipEvent
protected  void BeanContextSupport.fireChildrenAdded(BeanContextMembershipEvent bcme)
          Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
protected  void BeanContextSupport.fireChildrenRemoved(BeanContextMembershipEvent bcme)
          Fire a BeanContextshipEvent on the BeanContextMembershipListener interface
 void BeanContextMembershipListener.childrenAdded(BeanContextMembershipEvent bcme)
           
 void BeanContextMembershipListener.childrenRemoved(BeanContextMembershipEvent bcme)
           
 


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.