Class 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 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 interface com.atlassian.event.spi.EventDispatcher