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. |
propagatedFrom
protected WebFlow.event.BeanContext propagatedFrom
source
protected transient org.omg.CORBA.Object source
- The object on which the Event initially occurred.
BeanContextEventImpl
public BeanContextEventImpl(org.omg.CORBA.Object bc)
throws WebFlow.IllegalArgumentException
- Construct a BeanContextEvent
- Parameters:
bc
- The BeanContext source
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?