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 custom EventDispatcher
that allows for more verbose logging and tracking of what events are being dispatched
- Since:
- v4.0
Method Summary |
void |
dispatch(com.atlassian.event.spi.ListenerInvoker invoker,
Object event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooEventDispatcher
public BambooEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate,
EventStats eventStats)
dispatch
public void dispatch(com.atlassian.event.spi.ListenerInvoker invoker,
Object event)
- Specified by:
dispatch
in interface com.atlassian.event.spi.EventDispatcher
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.