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

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

Field Summary
BeanContext  propagatedFrom
 
 
Fields inherited from class java.util.EventObject
 source
 

Constructor Summary
 BeanContextEvent(BeanContext bc)
Contruct a BeanContextEvent
 

Method Summary
BeanContext  getBeanContext()
 
BeanContext  getPropagatedFrom()
 
boolean  isPropagated()
 
void  setPropagatedFrom(BeanContext bc)
 
 
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
 

Field Detail

propagatedFrom

protected BeanContext propagatedFrom
Constructor Detail

BeanContextEvent

protected BeanContextEvent(BeanContext bc)
Contruct a BeanContextEvent
Parameters:
bc - The BeanContext source
Method Detail

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?

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.