public abstract class

ContentNotificationEvent

extends 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
             ↳ com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationEvent
Known Direct Subclasses

Class Overview

Represents an abstraction of content (page/blogs) watch events.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
From class java.util.EventObject
Public Constructors
ContentNotificationEvent(Object src, Notification notification)
Public Methods
AbstractPage getPage()
[Expand]
Inherited Methods
From class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public ContentNotificationEvent (Object src, Notification notification)

Public Methods

public AbstractPage getPage ()