| 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.providers |
Contains actual implementations of
EventProviders. |
| Modifier and Type | Method and Description |
|---|---|
<L extends Listener,E extends DefaultDispatchable> |
EventProvider.dispatch(DefaultDispatchable event)
Dispatches the given event by calling its
defaultDispatch(EventProvider, ExceptionCallback)
method, passing this as first argument and the currently set
ExceptionCallback as second argument. |
| Modifier and Type | Method and Description |
|---|---|
<L extends Listener,E extends DefaultDispatchable> |
EventProvider.dispatch(DefaultDispatchable event)
Dispatches the given event by calling its
defaultDispatch(EventProvider, ExceptionCallback)
method, passing this as first argument and the currently set
ExceptionCallback as second argument. |
default void |
EventProvider.dispatch(DefaultDispatchable event,
ExceptionCallback ec)
Dispatches the given event by calling its
defaultDispatch(EventProvider, ExceptionCallback)
method, passing this as first argument and the given
ExceptionCallback as second argument. |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsEventProvider.dispatch(DefaultDispatchable event) |
void |
AbstractEventProvider.dispatch(DefaultDispatchable event) |
Copyright © 2014–2015. All rights reserved.