| Interface | 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. |
| Class | Description |
|---|---|
| AbstractListenerStore |
Abstract helper class for implementing your own
ListenerStores. |
| AbstractSynchronizedListenerStore<T extends ListenerStore> |
Helper class for implementing the
ListenerStore.synchronizedView()
method. |
ListenerStores.Copyright © 2014–2015. All rights reserved.