| uk.org.ponder.rsf.swf.support.SWFExecutionPayload
SWFExecutionPayload | public interface SWFExecutionPayload (Code) | | The wrapper for a body of work which is to be done within an SWF flow state.
Handed as an argument to
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public void | executeInRequest(FlowExecution execution, ResponseInstructionGetter rig) Accept an SWF FlowExecution within the body of a flow state, and return
and event which is to be signalled, or null if no event is
required. |
executeInRequest | public void executeInRequest(FlowExecution execution, ResponseInstructionGetter rig)(Code) | | Accept an SWF FlowExecution within the body of a flow state, and return
and event which is to be signalled, or null if no event is
required.
|
|
|