com.atlassian.bamboo.event.spi
Class BambooEventDispatcher

java.lang.Object
  extended by com.atlassian.bamboo.event.spi.BambooEventDispatcher
All Implemented Interfaces:
com.atlassian.event.spi.EventDispatcher

public class BambooEventDispatcher
extends java.lang.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

Constructor Summary
BambooEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate, EventStats eventStats)
           
 
Method Summary
 void dispatch(com.atlassian.event.spi.ListenerInvoker invoker, java.lang.Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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,
                     java.lang.Object event)
Specified by:
dispatch in interface com.atlassian.event.spi.EventDispatcher


Copyright © 2012 Atlassian. All Rights Reserved.