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
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
handleEvent
void handleEvent(com.atlassian.event.Event event)
- Specified by:
handleEvent
in interface com.atlassian.event.EventListener
getHandledEventClasses
java.lang.Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
- Specified by:
getHandledEventClasses
in interface com.atlassian.event.EventListener
Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.