WebFlow.event
Class BeanContextEventImpl

WebFlow.event.BeanContextEventImpl

public class BeanContextEventImpl


Field Summary
protected  WebFlow.event.BeanContext propagatedFrom
           
protected  org.omg.CORBA.Object source
          The object on which the Event initially occurred.
 
Constructor Summary
BeanContextEventImpl(org.omg.CORBA.Object bc)
          Construct a BeanContextEvent
 
Method Summary
 WebFlow.event.BeanContext getBeanContext()
           
 WebFlow.event.BeanContext getPropagatedFrom()
           
 org.omg.CORBA.Object getSource()
           
 boolean isPropagated()
           
 void setPropagatedFrom(WebFlow.event.BeanContext bc)
           
 

Field Detail

propagatedFrom

protected WebFlow.event.BeanContext propagatedFrom

source

protected transient org.omg.CORBA.Object source
The object on which the Event initially occurred.
Constructor Detail

BeanContextEventImpl

public BeanContextEventImpl(org.omg.CORBA.Object bc)
                     throws WebFlow.IllegalArgumentException
Construct a BeanContextEvent
Parameters:
bc - The BeanContext source
Method Detail

getSource

public org.omg.CORBA.Object getSource()

getBeanContext

public WebFlow.event.BeanContext getBeanContext()

setPropagatedFrom

public void setPropagatedFrom(WebFlow.event.BeanContext bc)
Parameters:
bc - Set the BeanContext that last propagated this BeanContextEvent

getPropagatedFrom

public WebFlow.event.BeanContext getPropagatedFrom()
Parameters:
bc - The BeanContext that last propagated this BeanContextEvent

isPropagated

public boolean isPropagated()
Returns:
is the BeanContextEvent propagated?