public interface IComponentListener
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
IFlowState |
eventReceived(IFlow flow,
IFlowComponent comp,
IComponentEvent event)
Used by flows to receive notifications about events published by one of its
IFlowComponent. |
IFlowState eventReceived(IFlow flow, IFlowComponent comp, IComponentEvent event)
IFlowComponent.flow - - the flow.comp - - the component publishing the event.event - - the published event.