com.atlassian.mywork.event.notification
Class NotificationStatusChangedEvent

java.lang.Object
  extended by com.atlassian.mywork.event.MyWorkEvent
      extended by com.atlassian.mywork.event.notification.AbstractNotificationEvent
          extended by com.atlassian.mywork.event.notification.NotificationStatusChangedEvent

public class NotificationStatusChangedEvent
extends AbstractNotificationEvent


Constructor Summary
NotificationStatusChangedEvent(Notification notification, Task task, Status oldStatus)
           
 
Method Summary
 Status getOldStatus()
           
 Task getTask()
           
 
Methods inherited from class com.atlassian.mywork.event.notification.AbstractNotificationEvent
getAction, getApplication, getEntity, getGlobalId, getNotification, getNotificationId, getStatus
 
Methods inherited from class com.atlassian.mywork.event.MyWorkEvent
getUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationStatusChangedEvent

public NotificationStatusChangedEvent(Notification notification,
                                      Task task,
                                      Status oldStatus)
Method Detail

getTask

public Task getTask()

getOldStatus

public Status getOldStatus()


Copyright © 2012 Atlassian. All Rights Reserved.