Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Class java.beans.beancontext.BeanContextRemovedEvent

java.lang.Object
    |
    +----java.util.EventObject
            |
            +----java.beans.beancontext.BeanContextEvent
                    |
                    +----java.beans.beancontext.BeanContextMembershipEvent
                            |
                            +----java.beans.beancontext.BeanContextRemovedEvent

public class BeanContextRemovedEvent
extends BeanContextMembershipEvent

Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.

Since:
JDK1.2
See Also:
BeanContext, BeanContextMembershipEvent

Fields inherited from class java.beans.beancontext.BeanContextMembershipEvent
 children
 
Fields inherited from class java.beans.beancontext.BeanContextEvent
 propagatedFrom
 
Fields inherited from class java.util.EventObject
 source
 

Constructor Summary
 BeanContextRemovedEvent(BeanContext bc, Object[] bccs)
Contruct a BeanContextRemovedEvent
 

Methods inherited from class java.beans.beancontext.BeanContextMembershipEvent
 contains, iterator, size, toArray
 
Methods inherited from class java.beans.beancontext.BeanContextEvent
 getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFrom
 
Methods inherited from class java.util.EventObject
 getSource, toString
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanContextRemovedEvent

public BeanContextRemovedEvent(BeanContext bc,
                               Object[] bccs)
Contruct a BeanContextRemovedEvent
Parameters:
bc - The BeanContext source
bccs - The Children effected

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

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.