API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans.beancontext. BeanContextMembershipEvent View Source
Author(s)
Laurence P. G. Cable
Since
1.2
Version
1.15
Serial
Hierarchy
 Object
      EventObject
          BeanContextEvent
              BeanContextMembershipEvent
Implements
Subclasses
Description
public class BeanContextMembershipEvent
  A BeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particular BeanContext.
Constructors
public BeanContextMembershipEvent (BeanContext bc, Collection changes)
  Contruct a BeanContextMembershipEvent
public BeanContextMembershipEvent (BeanContext bc, Object changes)
  Contruct a BeanContextMembershipEvent
Methods
Hide/Show inherited methods
public boolean contains (Object child)
  Is the child specified affected by the event?
public BeanContext getBeanContext () [Inherited From BeanContextEvent]
  Gets the BeanContext associated with this event.
publicsynchronized BeanContext getPropagatedFrom () [Inherited From BeanContextEvent]
  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 () [Inherited From BeanContextEvent]
  Reports whether or not this event is propagated from some other BeanContext.
public Iterator iterator ()
  Gets the array of children affected by this event.
publicsynchronized void setPropagatedFrom (BeanContext bc) [Inherited From BeanContextEvent]
  Sets the BeanContext from which this event was propagated.
public int size ()
  Gets the number of children affected by the notification.
public Object toArray ()
  Gets the array of children affected by this event.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected Collection children
The list of children affected by this event notification.
protected BeanContext propagatedFrom [Inherited From BeanContextEvent]
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