public class

ContentNotificationRemovedEvent

extends ContentNotificationEvent
implements Removed
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
               ↳ com.atlassian.confluence.event.events.content.mail.notification.ContentNotificationRemovedEvent

Summary

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