| Package | Description |
|---|---|
| de.skuzzle.jeve.invoke |
Contains abstractions for invoking methods on listeners.
|
| de.skuzzle.jeve.providers |
Contains actual implementations of
EventProviders. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FailedEventInvocation
Represents an event invocation which failed due to a runtime exception thrown
by the
listener. |
| Modifier and Type | Method and Description |
|---|---|
static <L extends Listener,E extends Event<?,L>> |
EventInvocation.of(L listener,
E event,
BiConsumer<L,E> method,
ExceptionCallback ec)
Creates a new EventInvocation.
|
| Modifier and Type | Method and Description |
|---|---|
protected <L extends Listener,E extends Event<?,L>> |
AbstractEventProvider.createInvocation(L listener,
E event,
BiConsumer<L,E> bc,
ExceptionCallback ec)
Creates a new
EventInvocation object for dispatching the given event to
the given listener. |
Copyright © 2014–2015. All rights reserved.