Package 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
,StageCompletedNotificationListener
@Deprecated public interface HibernateEventListener extends com.atlassian.event.EventListener
Deprecated.since 5.6 useHibernateEventListenerAspect
An event listener that'll be wrapped in a hibernate session when loaded by Spring through theorg.springframework.orm.hibernate5.HibernateInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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 interfacecom.atlassian.event.EventListener
-
getHandledEventClasses
Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
Deprecated.- Specified by:
getHandledEventClasses
in interfacecom.atlassian.event.EventListener
-
-