API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans.beancontext. BeanContextEvent View Source
Author(s)
Laurence P. G. Cable
Since
1.2
Version
1.15, 11/17/05
Serial
Hierarchy
 Object
      EventObject
          BeanContextEvent
Implements
Subclasses
Description
publicabstract abstract class BeanContextEvent
  BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext.
See also:    BeanContext
Constructors
protected BeanContextEvent (BeanContext bc)
  Contruct a BeanContextEvent
Methods
Hide/Show inherited methods
public BeanContext getBeanContext ()
  Gets the BeanContext associated with this event.
publicsynchronized BeanContext getPropagatedFrom ()
  Gets the BeanContext from which this event was propagated.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
publicsynchronized boolean isPropagated ()
  Reports whether or not this event is propagated from some other BeanContext.
publicsynchronized void setPropagatedFrom (BeanContext bc)
  Sets the BeanContext from which this event was propagated.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected BeanContext propagatedFrom
The BeanContext from which this event was propagated
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar