Package com.atlassian.event.spi
package com.atlassian.event.spi
-
InterfacesClassDescriptionDispatches an event to its listener (through the invoker).A factory to create executors for asynchronous event handlingAn optional SPI that allows you to hook into the creation of the
Runnablethat gets supplied to theExecutorthat's returned from theEventExecutorFactory.Interface to find invokers for a given listener objects.Implementation of this interface know how to invoke 'given types' of listeners so that they handle given events.