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
  • Constructor Details

    • BambooEventDispatcher

      public BambooEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate, EventStats eventStats)
  • Method Details

    • dispatch

      public void dispatch(com.atlassian.event.spi.ListenerInvoker invoker, Object event)
      Specified by:
      dispatch in interface com.atlassian.event.spi.EventDispatcher