Class java.beans.beancontext.BeanContextAddedEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.beans.beancontext.BeanContextEvent
|
+----java.beans.beancontext.BeanContextMembershipEvent
|
+----java.beans.beancontext.BeanContextAddedEvent
- public class BeanContextAddedEvent
- 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
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanContextAddedEvent
public BeanContextAddedEvent(BeanContext bc,
Object[] bccs)
- Contruct a BeanContextAddedEvent
- Parameters:
bc
- The BeanContext source
bccs
- The Children effected
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.