org.kie.internal.task.api.model
Class NotificationEvent
java.lang.Object
org.kie.internal.task.api.model.NotificationEvent
- All Implemented Interfaces:
- Serializable
public class NotificationEvent
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationEvent
public NotificationEvent(Notification notification,
Task task,
Map<String,Object> variables)
getNotification
public Notification getNotification()
setNotification
public void setNotification(Notification notification)
getTask
public Task getTask()
setTask
public void setTask(Task task)
getContent
public Map<String,Object> getContent()
setContent
public void setContent(Map<String,Object> variables)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.