|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.event.DefaultEventManager
com.atlassian.event.AsyncEventManager
com.atlassian.bamboo.event.BambooEventManager
public class BambooEventManager
An event manager that runs InlineEventListener as it runs into them (will block other async calls) and all other listeners
asynchronously
| Field Summary |
|---|
| Fields inherited from class com.atlassian.event.DefaultEventManager |
|---|
applicationContext, executor, globalListeners, listenersByClass, listenersByKey |
| Constructor Summary | |
|---|---|
BambooEventManager()
|
|
| Method Summary | |
|---|---|
protected void |
handleEventListener(com.atlassian.event.EventListener eventListener,
com.atlassian.event.Event event)
|
| Methods inherited from class com.atlassian.event.AsyncEventManager |
|---|
getExecutorService |
| Methods inherited from class com.atlassian.event.DefaultEventManager |
|---|
onApplicationEvent, publishEvent, registerListener, setApplicationContext, setDefaultListeners, unregisterListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BambooEventManager()
| Method Detail |
|---|
protected void handleEventListener(com.atlassian.event.EventListener eventListener,
com.atlassian.event.Event event)
handleEventListener in class com.atlassian.event.DefaultEventManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||