jBPM distribution 6.0.0.Alpha9

org.jbpm.task.events
Class NotificationEvent

java.lang.Object
  extended by org.jbpm.task.events.NotificationEvent
All Implemented Interfaces:
Serializable

public class NotificationEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NotificationEvent(Notification notification, Task task, Content content)
           
 
Method Summary
 Content getContent()
           
 Notification getNotification()
           
 Task getTask()
           
 void setContent(Content content)
           
 void setNotification(Notification notification)
           
 void setTask(Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationEvent

public NotificationEvent(Notification notification,
                         Task task,
                         Content content)
Method Detail

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)

jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.