Interface and Description |
---|
com.atlassian.event.EventListener
since 2.0, you can now use a POJO annotated with
EventListener and the EventPublisher |
com.atlassian.event.EventManager
since 2.0, use
EventPublisher |
Class and Description |
---|
com.atlassian.event.Event
since 2.0, you can now use POJO's using
EventPublisher ! |
com.atlassian.event.internal.EventExecutorFactoryImpl |
com.atlassian.event.spring.EventListenerRegistrarBeanProcessor
since 3.1. This class is unused across JIRA, Confluence and Stash
It has potentially unsafe code (moduleDescriptorReturnsNewInstanceEveryTime method) which can result
in race conditions, slow instance starting times and side effects on plugin enablement during application lifetime.
Recommendation is not to use this post processor.
Alternatively, you could use EventListenerModuleDescriptor.
To be removed in 4.x version of Atlassian Event.
|
com.atlassian.event.legacy.LegacyEventManager
since 2.0.0
|
Copyright © 2006-2016 Atlassian. All Rights Reserved.