| xflow.client.InboxMessageListener
All known Subclasses: xflow.test.ProcAgent,
InboxMessageListener | public interface InboxMessageListener (Code) | | |
Method Summary | |
public void | onMessage(WorkItem workItem) This is a callback invoked by the XFlow system when a work item
arrives in the inbox for this workflow process. |
onMessage | public void onMessage(WorkItem workItem)(Code) | | This is a callback invoked by the XFlow system when a work item
arrives in the inbox for this workflow process.
Parameters: workItem - the work item |
|
|