| 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.invoke |
Contains abstractions for invoking methods on listeners.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedEventInvocation> |
FailureCollector.getFailedInvocations()
Gets the list of failed invocations that has been collected by this collector.
|
Iterator<FailedEventInvocation> |
FailureCollector.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FailureCollector.exception(FailedEventInvocation invocation) |
default void |
ExceptionCallback.exception(FailedEventInvocation invocation)
Callback method which is notified about exceptions that may occur during
event dispatching.
|
| Modifier and Type | Method and Description |
|---|---|
FailedEventInvocation |
EventInvocation.fail(Exception e)
Creates a new
FailedEventInvocation holding the given exception. |
Copyright © 2014–2015. All rights reserved.