public class TaskCompletedUiEvent
extends org.springframework.context.ApplicationEvent
UiController about task completion.
 Should be published by UiEventPublisher in order to be handled by a screen or fragment controller.as example., 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
protected org.flowable.task.api.Task | 
task  | 
| Constructor and Description | 
|---|
TaskCompletedUiEvent(java.lang.Object source,
                    org.flowable.task.api.Task task)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.flowable.task.api.Task | 
getTask()  |