| 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.builder |
This package contains the specification of jeve's fluent builder API for
creating
EventProvider. |
| de.skuzzle.jeve.stores |
Contains actual implementations of
ListenerStores. |
| Class and Description |
|---|
| DefaultListenerStore
Sequential
ListenerStore implementation. |
| Class and Description |
|---|
| DefaultListenerStore
Sequential
ListenerStore implementation. |
| Class and Description |
|---|
| AbstractSynchronizedListenerStore.Transaction
Represents an atomic write transaction.
|
| DefaultListenerStore
Sequential
ListenerStore implementation. |
| PerformanceListenerStore
Extension to the
DefaultListenerStore which offers to enable higher
ListenerStore.get(Class) performance. |
| PriorityListenerStore
Non-sequential
ListenerStore implementation which provides Listener
prioritization upon registering. |
Copyright © 2014–2015. All rights reserved.