| Package | Description |
|---|---|
| de.skuzzle.jeve.builder |
This package contains the specification of jeve's fluent builder API for
creating
EventProvider. |
| Modifier and Type | Method and Description |
|---|---|
SequentialEventProvider<DefaultListenerStore> |
EventProviderConfigurator.createInstantly()
Create a synchronous EventProvider with a
DefaultListenerStore
without options to further configure it. |
| Modifier and Type | Method and Description |
|---|---|
EventProviderConfigurator.Chainable<EventProviderConfigurator.ProviderConfigurator<S,SequentialEventProvider<S>>,SequentialEventProvider<S>> |
EventProviderConfigurator.ProviderChooser.useSynchronousProvider()
Configures a synchronous EventProvider which will dispatch all events
from within the thread in which its
dispatch method was
called. |
EventProviderConfigurator.Chainable<EventProviderConfigurator.ProviderConfigurator<S,SequentialEventProvider<S>>,SequentialEventProvider<S>> |
EventProviderConfigurator.ProviderChooser.useSynchronousProvider()
Configures a synchronous EventProvider which will dispatch all events
from within the thread in which its
dispatch method was
called. |
Copyright © 2014–2015. All rights reserved.