public class

UserStatusNotificationsListener

extends AbstractNotificationsListener
java.lang.Object
   ↳ com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
     ↳ com.atlassian.confluence.mail.notification.listeners.UserStatusNotificationsListener

Class Overview

Sends notifications when new Statuses are created.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Public Constructors
UserStatusNotificationsListener()
Public Methods
Class[] getHandledEventClasses()
void handleEvent(Event event)
void setStatusTextRenderer(StatusTextRenderer statusTextRenderer)
Protected Methods
ContentEntityObject getContentEntityObject(Map contextMap)
Returns the content entity used for the render context.
[Expand]
Inherited Methods
From class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
From class java.lang.Object
From interface com.atlassian.event.EventListener

Public Constructors

public UserStatusNotificationsListener ()

Public Methods

public Class[] getHandledEventClasses ()

public void handleEvent (Event event)

public void setStatusTextRenderer (StatusTextRenderer statusTextRenderer)

Protected Methods

protected ContentEntityObject getContentEntityObject (Map contextMap)

Returns the content entity used for the render context.