|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.event.ConfluenceEventManager
ConfluenceEventPublisherManager
@Deprecated public class ConfluenceEventManager
Specialised event manager that swallows any exceptions thrown during event processing except for those that extend ConfluenceEventPropagatingException. Exceptions will be logged at ERROR level.
Delegates to the LegacyEventManager
from atlassian-events, this in turn
delegates to the injected EventPublisher
.
Constructor Summary | |
---|---|
ConfluenceEventManager(com.atlassian.event.EventManager delegateEventManager,
com.atlassian.event.legacy.SpringContextEventPublisher springContextEventPublisher)
Deprecated. |
Method Summary | |
---|---|
void |
publishEvent(com.atlassian.event.Event event)
Deprecated. |
void |
registerListener(String key,
com.atlassian.event.EventListener eventListener)
Deprecated. |
void |
unregisterListener(String key)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfluenceEventManager(com.atlassian.event.EventManager delegateEventManager, com.atlassian.event.legacy.SpringContextEventPublisher springContextEventPublisher)
Method Detail |
---|
public void publishEvent(com.atlassian.event.Event event)
publishEvent
in interface com.atlassian.event.EventManager
ConfluenceEventPropagatingException
- if any of the listeners throw such an exception.EventManager.publishEvent(com.atlassian.event.Event)
public void registerListener(String key, com.atlassian.event.EventListener eventListener)
registerListener
in interface com.atlassian.event.EventManager
public void unregisterListener(String key)
unregisterListener
in interface com.atlassian.event.EventManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |