Package com.comalatech.workflow.event
Interface TaskCompleteEvent
- 
- All Superinterfaces:
- TaskEvent,- WorkflowEvent
 
 public interface TaskCompleteEvent extends WorkflowEvent, TaskEvent This event is fired when a task is completed
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletiongetCompletion()Retrieves the task completion- 
Methods inherited from interface com.comalatech.workflow.event.WorkflowEventgetContent, getState
 
- 
 
- 
- 
- 
Method Detail- 
getCompletionCompletion getCompletion() Retrieves the task completion- Returns:
- the task completion
 
 
- 
 
-