| Package | Description |
|---|---|
| de.gsi.dataset.event | |
| de.gsi.dataset.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
EventRateLimiter
EventRateLimiter that acts as an
EventListener and forwards the received UpdateEvents to a secondary
EventListener at a predefined maximum rate. |
| Modifier and Type | Method and Description |
|---|---|
List<EventListener> |
EventSource.updateEventListener() |
| Modifier and Type | Method and Description |
|---|---|
default void |
EventSource.addListener(EventListener listener)
Adds an
EventListener which will be notified whenever the Observable becomes invalid. |
default void |
EventSource.removeListener(EventListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of the
UpdateSource becomes invalid. |
| Constructor and Description |
|---|
EventRateLimiter(EventListener eventListener,
long minUpdatePeriod) |
EventRateLimiter(EventListener eventListener,
long minUpdatePeriod,
EventRateLimiter.UpdateStrategy updateStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DimReductionDataSet
Reduces 3D data to 2D DataSet either via slicing, min, mean, max or integration
|
| Modifier and Type | Method and Description |
|---|---|
List<EventListener> |
AbstractDataSet.updateEventListener() |
List<EventListener> |
TransposedDataSet.updateEventListener() |
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.