Package com.atlassian.bamboo.event.spi
Class BambooEventDispatcher
- java.lang.Object
-
- com.atlassian.bamboo.event.spi.BambooEventDispatcher
-
- All Implemented Interfaces:
com.atlassian.event.spi.EventDispatcher
public class BambooEventDispatcher extends Object implements com.atlassian.event.spi.EventDispatcher
A customEventDispatcher
that allows for more verbose logging and tracking of what events are being dispatched- Since:
- v4.0
-
-
Constructor Summary
Constructors Constructor Description BambooEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate, EventStats eventStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(com.atlassian.event.spi.ListenerInvoker invoker, Object event)
-
-
-
Constructor Detail
-
BambooEventDispatcher
public BambooEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate, EventStats eventStats)
-
-
Method Detail
-
dispatch
public void dispatch(com.atlassian.event.spi.ListenerInvoker invoker, Object event)
- Specified by:
dispatch
in interfacecom.atlassian.event.spi.EventDispatcher
-
-