当前页面:
在线文档首页 >
JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
Java(TM) 2 Platform, Standard Edition, v1.2.2 API Specification: Class BeanContextEvent - JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
java.beans.beancontext
Class BeanContextEvent
java.lang.Object
|
+--java.util.EventObject
|
+--java.beans.beancontext.BeanContextEvent
- Direct Known 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
, Serialized Form
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
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.