| Package | Description |
|---|---|
| de.skuzzle.jeve.providers |
Contains actual implementations of
EventProviders. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousEventProvider<S extends ListenerStore>
This EventProvider fires events asynchronously using an
ExecutorService for managing the creation of threads. |
class |
AWTEventProvider<S extends ListenerStore>
EventProvider implementation that dispatches all events in the AWT
event thread. |
class |
ParallelEventProvider<S extends ListenerStore>
EventProvider implementation which uses an
ExecutorService to notify
each listener within a dedicated thread. |
class |
SequentialEventProvider<S extends ListenerStore>
EventProvider implementation which is always ready for dispatching
and simply runs all listeners within the current thread. |
class |
UnrollingEventProvider<S extends ListenerStore>
Provider which queues events while dispatching.
|
Copyright © 2014–2015. All rights reserved.