| Package | Description |
|---|---|
| de.skuzzle.jeve.builder |
This package contains the specification of jeve's fluent builder API for
creating
EventProvider. |
| de.skuzzle.jeve.providers |
Contains actual implementations of
EventProviders. |
| Class and Description |
|---|
| AsynchronousEventProvider
This EventProvider fires events asynchronously using an
ExecutorService for managing the creation of threads. |
AWTEventProvider
EventProvider implementation that dispatches all events in the AWT
event thread. |
| ParallelEventProvider
EventProvider implementation which uses an
ExecutorService to notify
each listener within a dedicated thread. |
SequentialEventProvider
EventProvider implementation which is always ready for dispatching
and simply runs all listeners within the current thread. |
| StatisticsEventProvider
EventProvider which delegates all method calls to a wrapped instance and
counts all dispatch actions.
|
| UnrollingEventProvider
Provider which queues events while dispatching.
|
| Class and Description |
|---|
| AbstractEventProvider
Implementation of basic
EventProvider methods. |
| ExecutorAware
Exposes a setter method for an
ExecutorService to use by an
EventProvider. |
Copyright © 2014–2015. All rights reserved.