Class java.beans.beancontext.BeanContextEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.beans.beancontext.BeanContextEvent
- Subclasses:
- BeanContextMembershipEvent, BeanContextServiceAvailableEvent, BeanContextServiceRevokedEvent
- public abstract class BeanContextEvent
- extends EventObject
BeanContextEvent is the abstract root event class for all events emitted
from, and pertaining to the semantics of, a BeanContext.
- Since:
- JDK1.2
- See Also:
- BeanContext
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propagatedFrom
protected BeanContext propagatedFrom
BeanContextEvent
protected BeanContextEvent(BeanContext bc)
- Contruct a BeanContextEvent
- Parameters:
bc
- The BeanContext source
getBeanContext
public BeanContext getBeanContext()
setPropagatedFrom
public void setPropagatedFrom(BeanContext bc)
- Parameters:
bc
- Set the BeanContext that last propagated this BeanContextEvent
getPropagatedFrom
public BeanContext getPropagatedFrom()
- Parameters:
bc
- The BeanContext that last propagated this BeanContextEvent
isPropagated
public boolean isPropagated()
- Returns:
- is the BeanContextEvent propagated?
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.