Class NotificationEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentNotificationEvent
,SiteNotificationEvent
,SpaceNotificationEvent
public abstract class NotificationEvent extends ConfluenceEvent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Notification
notification
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NotificationEvent(Object src, Notification notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification
getNotification()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
notification
protected Notification notification
-
-
Constructor Detail
-
NotificationEvent
public NotificationEvent(Object src, Notification notification)
-
-
Method Detail
-
getNotification
public Notification getNotification()
-
-