Interface InlineEventListener<T extends BambooEvent>

All Superinterfaces:
BambooEventListener<T>

public interface InlineEventListener<T extends BambooEvent> extends BambooEventListener<T>
A marker interface to denote an event listener that should always be run inline (ie not async)

Starting at 10.0, this interface no longer extends com.atlassian.event.EventListener, as it has been removed from atlassian-event library.