public abstract class

NotificationEvent

extends ConfluenceEvent
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
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected Notification notification
[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
NotificationEvent(Object src, Notification notification)
Public Methods
Notification getNotification()
[Expand]
Inherited Methods
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Fields

protected Notification notification

Public Constructors

public NotificationEvent (Object src, Notification notification)

Public Methods

public Notification getNotification ()