Listeners or ExceptionCallbacks to make the event dispatching explicitly fail with an
exception.EventProvider methods.AbstractEventProvider.ListenerStores.ListenerStore.synchronizedView()
method.ExecutorService for managing the creation of threads.AsynchronousEventProvider which uses a single
threaded ExecutorService.AsynchronousEventProvider which uses the provided
ExecutorService for event dispatching.EventProvider implementation that dispatches all events in the AWT
event thread.IllegalArgumentException
if any of the passed arguments is null.ListenerStore (thus, removes
all registered Listeners from the store).Listener.onUnregister(RegistrationEvent) will be called on each
Listener).0.DefaultListenerStore
without options to further configure it.EventInvocation object for dispatching the given event to
the given listener.Supplier which can be used to recreate instances of
the configured EventProvider.EventProvider.configure().Listener implementations.EventProvider.EventProviders.ListenerStores.createListenerList()ExceptionCallback which prints some information about
the occurred error to logger.ListenerStore implementation.DefaultListenerStore to manage Listeners for the EventProvider instance to be created.DefaultDispatchable instead.ExceptionCallback.DefaultDispatchable.defaultDispatch(EventProvider, ExceptionCallback)
method, passing this as first argument and the currently set
ExceptionCallback as second argument.DefaultDispatchable.defaultDispatch(EventProvider, ExceptionCallback)
method, passing this as first argument and the given
ExceptionCallback as second argument.EventProvider.dispatch(DefaultDispatchable)
instead.EventProvider.dispatch(DefaultDispatchable, ExceptionCallback)
instead.PrintStream.configuring EventProvider instances.ExecutorService for dispatching Events using multi threading.EventProvider.EventProvider.Events.EventStack.ExceptionCallback.exception(FailedEventInvocation)
instead.ExceptionCallback to use.ExceptionCallback to use as a supplier.ExceptionCallback to use.ExceptionCallback to use as a supplier.ExecutorService to use.ExecutorService to use as a supplier.ExecutorService to use by an
EventProvider.FailedEventInvocation holding the given exception.listener.ListenerStore.add(Class, Listener) for the given listener class.EventProviderConfigurator.ProviderChooser.useCustomProvider(CustomConfigurator).event.ListenerStore from which the currently notified listener
has been retrieved.SequentialEvent.addSuppressedEvent(SuppressedEvent).Event.setValue(String, Object).Event.setValue(String, Object).ListenerStore.get(Class) has been
enabled in the constructor.PerformanceListenerStore.optimizeGet() has been called on this store.EventProvider.ListenerInterface annotation
and checks whether they adhere to the general contract of Listener
implementations.Listeners in jeve.Listener definition.ListenerStore which supplies Listeners to this EventProvider.Listeners for certain
listener classes and supplies Listeners to an EventProvider.ExceptionCallback.EventProvider.EventProvider.ListenerStore.get(Class) with
ListenerStore.add(Class, Listener) resp.ExecutorService to notify
each listener within a dedicated thread.AbstractSynchronizedListenerStore.modify(Transaction).DefaultListenerStore which offers to enable higher
ListenerStore.get(Class) performance.ListenerStore implementation which provides Listener
prioritization upon registering.Listener
to/from a ListenerStore.SynchronousEventProviders.EventProvider implementation which is always ready for dispatching
and simply runs all listeners within the current thread.ExceptionCallback which will be notified about
exceptions when dispatching events without explicitly specifying an
ExceptionCallback.ExecutorService to use.EventProvider's dispatch method if
this event was prevented from being dispatched.StatisticsEventProvider which counts all dispatch actions.StatisticsEventProvider which counts all dispatch actions.EventProvider.ListenerStore from which
it was supplied to the EventProvider which is currently dispatching this
event.ListenerStore to
use.store to manage Listeners
for the EventProvider instance to be created.EventProvider which dispatches all events in
the AWT event thread.EventProvider which fires each event in a
different thread.EventProvider instances.EventProvider which notifies each listener
within an own thread.dispatch method was
called.UnrollingEventProvider.EventProvider which dispatches all events in
the AWT event thread and waits (blocks current thread) after
dispatching until all listeners have been notified.Copyright © 2014–2015. All rights reserved.