com.atlassian.mywork.event.notification
Class NotificationUpdatedEvent

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.NotificationUpdatedEvent

public class NotificationUpdatedEvent
extends AbstractNotificationEvent


Constructor Summary
NotificationUpdatedEvent(Notification oldNotification, Notification notification)
           
 
Method Summary
 Notification getOldNotification()
           
 
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

NotificationUpdatedEvent

public NotificationUpdatedEvent(Notification oldNotification,
                                Notification notification)
Method Detail

getOldNotification

public Notification getOldNotification()


Copyright © 2013 Atlassian. All Rights Reserved.