com.atlassian.bamboo.notification.chain
Class StageCompletedNotificationListener

java.lang.Object
  extended by com.atlassian.bamboo.notification.chain.StageCompletedNotificationListener
All Implemented Interfaces:
HibernateEventListener, com.atlassian.event.EventListener

@ThreadSafe
public class StageCompletedNotificationListener
extends java.lang.Object
implements HibernateEventListener


Constructor Summary
StageCompletedNotificationListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 void setNotificationManager(NotificationManager notificationManager)
           
 void setPlanManager(PlanManager planManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageCompletedNotificationListener

public StageCompletedNotificationListener()
Method Detail

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface HibernateEventListener
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener
Returns:
Array of Class objects this listener handles

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface HibernateEventListener
Specified by:
handleEvent in interface com.atlassian.event.EventListener

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)

setPlanManager

public void setPlanManager(PlanManager planManager)


Copyright © 2011 Atlassian. All Rights Reserved.