Interface EventSource<E,L extends EventListener<?>>

Type Parameters:
E - the type of the events to send.
L - the type of the listeners.
All Known Implementing Classes:
AbstractEventBus.EventDispatcher, AbstractEventSender, AbstractEventSource

public interface EventSource<E,L extends EventListener<?>>
Interface for a source of events that allows to add and remove EventListeners.
Since:
1.0.0