com.atlassian.bamboo.notification
Class LegacyNotificationListener

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

public class LegacyNotificationListener
extends java.lang.Object
implements HibernateEventListener

Work in progress...


Constructor Summary
LegacyNotificationListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBambooSmackClient(BambooSmackClient bambooSmackClient)
           
 void setBuildManager(BuildManager buildManager)
           
 void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)
           
 void setEventManager(com.atlassian.event.EventManager eventManager)
           
 void setNotificationManager(NotificationManager notificationManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyNotificationListener

public LegacyNotificationListener()
Method Detail

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface HibernateEventListener
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

handleEvent

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

setBuildManager

public void setBuildManager(BuildManager buildManager)

setBuildResultsSummaryManager

public void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setEventManager

public void setEventManager(com.atlassian.event.EventManager eventManager)

setBambooSmackClient

public void setBambooSmackClient(BambooSmackClient bambooSmackClient)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.