| 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 |
|---|---|
EventProviderConfigurator.Chainable<EventProviderConfigurator.ProviderConfigurator<S,AWTEventProvider<S>>,AWTEventProvider<S>> |
EventProviderConfigurator.ProviderChooser.useAsynchronAWTEventProvider()
Configures an
EventProvider which dispatches all events in
the AWT event thread. |
EventProviderConfigurator.Chainable<EventProviderConfigurator.ProviderConfigurator<S,AWTEventProvider<S>>,AWTEventProvider<S>> |
EventProviderConfigurator.ProviderChooser.useAsynchronAWTEventProvider()
Configures an
EventProvider which dispatches all events in
the AWT event thread. |
EventProviderConfigurator.Chainable<EventProviderConfigurator.ProviderConfigurator<S,AWTEventProvider<S>>,AWTEventProvider<S>> |
EventProviderConfigurator.ProviderChooser.useWaitingAWTEventProvider()
Configures an
EventProvider which dispatches all events in
the AWT event thread and waits (blocks current thread) after
dispatching until all listeners have been notified. |
EventProviderConfigurator.Chainable<EventProviderConfigurator.ProviderConfigurator<S,AWTEventProvider<S>>,AWTEventProvider<S>> |
EventProviderConfigurator.ProviderChooser.useWaitingAWTEventProvider()
Configures an
EventProvider which dispatches all events in
the AWT event thread and waits (blocks current thread) after
dispatching until all listeners have been notified. |
Copyright © 2014–2015. All rights reserved.