com.atlassian.confluence.mail.notification.listeners
Class FollowNotificationListener

java.lang.Object
  extended by com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
      extended by com.atlassian.confluence.mail.notification.listeners.FollowNotificationListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class FollowNotificationListener
extends AbstractNotificationsListener


Field Summary
 
Fields inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
dataSourceFactory, notificationManager, taskManager, userAccessor, viewRenderer
 
Constructor Summary
FollowNotificationListener()
           
 
Method Summary
protected  ContentEntityObject getContentEntityObject(Map contextMap)
          There is no CEO for a follow event.
 Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setFollowManager(FollowManager followManager)
           
 
Methods inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
attachAvatar, createNotificationTask, getConversionContext, getNotificationDataForEvent, sendNetworkNotifications, sendNotification, sendNotifications, sendPageNotifications, sendSpaceNotifications, setDataSourceFactory, setFormatSettingsManager, setHtmlDiffer, setI18NBeanFactory, setLocaleManager, setNotificationManager, setPermissionManagerTarget, setTaskManager, setUserAccessor, setViewRenderer, setWebResourceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FollowNotificationListener

public FollowNotificationListener()
Method Detail

handleEvent

public void handleEvent(com.atlassian.event.Event event)

getHandledEventClasses

public Class[] getHandledEventClasses()

getContentEntityObject

protected ContentEntityObject getContentEntityObject(Map contextMap)
There is no CEO for a follow event.

Specified by:
getContentEntityObject in class AbstractNotificationsListener

setFollowManager

public void setFollowManager(FollowManager followManager)


Copyright © 2003-2011 Atlassian. All Rights Reserved.