com.atlassian.mywork.event.notification
Class AbstractNotificationEvent
java.lang.Object
com.atlassian.mywork.event.MyWorkEvent
com.atlassian.mywork.event.notification.AbstractNotificationEvent
- Direct Known Subclasses:
- NotificationCreatedEvent, NotificationStatusChangedEvent, NotificationUpdatedEvent
public abstract class AbstractNotificationEvent
- extends MyWorkEvent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNotificationEvent
public AbstractNotificationEvent(Notification notification)
getNotification
public Notification getNotification()
getNotificationId
public long getNotificationId()
getGlobalId
public java.lang.String getGlobalId()
getApplication
public java.lang.String getApplication()
getEntity
public java.lang.String getEntity()
getAction
public java.lang.String getAction()
getStatus
public Status getStatus()
Copyright © 2012 Atlassian. All Rights Reserved.