org.jbpm.task.events
Class NotificationEvent
java.lang.Object
org.jbpm.task.events.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,
Content content)
getNotification
public Notification getNotification()
setNotification
public void setNotification(Notification notification)
getTask
public Task getTask()
setTask
public void setTask(Task task)
getContent
public Content getContent()
setContent
public void setContent(Content content)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.