java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SiteNotificationAddedEvent, SiteNotificationRemovedEvent

public abstract class SiteNotificationEvent extends NotificationEvent
Represents a site-wide watch event, for example the Daily Report.

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

See Also:
  • Constructor Details

    • SiteNotificationEvent

      public SiteNotificationEvent(Object src, Notification notification)