xflow.client
Interface InboxMessageListener

All Known Implementing Classes:
ProcAgent

public interface InboxMessageListener


Method Summary
 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.
 

Method Detail

onMessage

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.

Parameters:
workItem - the work item