public interface NotificationListener
Modifier and Type | Method and Description |
---|---|
void |
onNotification(org.kie.internal.task.api.model.NotificationEvent event,
org.kie.internal.task.api.UserInfo userInfo)
Invoked when notification is about to be sent.
|
void onNotification(org.kie.internal.task.api.model.NotificationEvent event, org.kie.internal.task.api.UserInfo userInfo)
event
- notification event that includes task, notification itself and task variablesuserInfo
- Implementation of UserInfo
to be able to find user details such as email addressCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.