public interface WorkflowEventReceiver extends OsidReceiver
The workflow event receiver is the consumer supplied interface for
receiving notifications pertaining to new WorkflowEvents.
| Modifier and Type | Method and Description |
|---|---|
void |
newWorkflowEvents(IdList workflowEventIds)
The callback for notifications of new workflow events.
|
down, upvoid newWorkflowEvents(IdList workflowEventIds)
workflowEventIds - the Ids of the new
WorkflowEvents mandatory - This method must be implemented.