com.atlassian.bamboo.event
Interface HibernateEventListener

All Superinterfaces:
com.atlassian.event.EventListener
All Known Implementing Classes:
AbstractNotificationEventListener, AfterXFailedNotificationListener, BuildCompletedNotificationListener, BuildErrorNotificationListener, BuildHungNotificationListener, BuildMissingCapableAgentNotificationListener, BuildQueueTimeoutNotificationListener, ChainCompletedNotificationListener, CommentNotificationListener, DependencyChainListener, RestoreMaven2ParticlesOnServerStartupEventListener, ResultsSummaryIndexingListener, StageCompletedNotificationListener

Deprecated. since 5.6 use HibernateEventListenerAspect

@Deprecated
public interface HibernateEventListener
extends com.atlassian.event.EventListener

An event listener that'll be wrapped in a hibernate session when loaded by Spring through the HibernateInterceptor


Method Summary
 Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
          Deprecated.  
 void handleEvent(com.atlassian.event.Event event)
          Deprecated.  
 

Method Detail

handleEvent

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

getHandledEventClasses

Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
Deprecated. 
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.