| Package | Description |
|---|---|
| de.skuzzle.jeve |
This package defines the main public API of jeve. jeve is an open source
framework for implementing the observer pattern in Java 8 .
|
| de.skuzzle.jeve.builder |
This package contains the specification of jeve's fluent builder API for
creating
EventProvider. |
| Class and Description |
|---|
| EventProviderConfigurator
This interface and its nested interfaces define the fluent builder API for
the
configuring EventProvider instances. |
| Class and Description |
|---|
| CustomConfigurator
Hook in point for custom fluent builder API to use with
EventProvider.configure(). |
| EventProviderConfigurator
This interface and its nested interfaces define the fluent builder API for
the
configuring EventProvider instances. |
| EventProviderConfigurator.AsyncProviderConfigurator
Provides configuration for EventProviders which use an
ExecutorService for dispatching Events using multi threading. |
| EventProviderConfigurator.Chainable
Allows chaining of fluent API objects using the word 'and' and provides
methods to obtain the configured
EventProvider. |
| EventProviderConfigurator.Final
Provides methods to obtain the configured
EventProvider. |
| EventProviderConfigurator.ProviderChooser
Configures the type of EventProvider to use on the previously chosen
ListenerStore.
|
| EventProviderConfigurator.ProviderConfigurator
Provides configuration mostly for non-threaded EventProviders.
|
Copyright © 2014–2015. All rights reserved.