| 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 |
ParallelEventProvider<S extends ListenerStore>
EventProvider implementation which uses an
ExecutorService to notify
each listener within a dedicated thread. |
Copyright © 2014–2015. All rights reserved.