public abstract class

SiteNotificationEvent

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.SiteNotificationEvent
Known Direct Subclasses

Class Overview

Represents a site-wide watch event, for example the Daily Report.

Site-wide notifications have only a userName, not Content or a Space.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.event.events.content.mail.notification.NotificationEvent
From class java.util.EventObject
Public Constructors
SiteNotificationEvent(Object src, Notification notification)
[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 SiteNotificationEvent (Object src, Notification notification)