public interface HumanTaskEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCancelled(HumanTaskEvent event)
Called after a human task was cancelled.
|
void |
onCompleted(HumanTaskEvent event,
Object humanTaskResult)
Called after a human task was completed.
|
void |
onCreated(HumanTaskEvent event)
Called after a human task was created.
|
void onCreated(HumanTaskEvent event)
event - information on the created human taskvoid onCompleted(HumanTaskEvent event, Object humanTaskResult)
event - information on the created human taskhumanTaskResult - the result that was submitted when completing the human taskvoid onCancelled(HumanTaskEvent event)
event - information on the created human taskCopyright © 2017. All rights reserved.