| Package | Description |
|---|---|
| de.gsi.dataset.event | |
| de.gsi.dataset.spi | |
| de.gsi.dataset.testdata |
| Modifier and Type | Class and Description |
|---|---|
class |
AddedDataEvent
AddedDataEvent class that is passed along the notification performed by the
EventSource class. |
class |
AxisChangeEvent
UpdatedAxisDataEvent class that is passed along the notification performed by the
EventSource class. |
class |
AxisNameChangeEvent
Event issued when only the name/unit changed
|
class |
AxisRangeChangeEvent
Event issued when only the axis range changed
|
class |
InvalidatedEvent
InvalidatedEvent class that is passed along the notification performed by the
EventSource class. |
class |
RemovedDataEvent
RemovedDataEvent class that is passed along the notification performed by the
EventSource class. |
class |
UpdatedDataEvent
UpdatedDataEvent class that is passed along the notification performed by the
EventSource class. |
class |
UpdatedMetaDataEvent
UpdatedMetaDataEvent class that is passed along the notification performed by the
EventSource class. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.handle(UpdateEvent event)
This method needs to be provided by an implementation of
UpdateListener. |
void |
EventRateLimiter.handle(UpdateEvent event) |
default void |
EventSource.invokeListener(UpdateEvent updateEvent)
invoke object within update listener list
|
default void |
EventSource.invokeListener(UpdateEvent updateEvent,
boolean executeParallel)
invoke object within update listener list
|
| Modifier and Type | Method and Description |
|---|---|
D |
AbstractDataSet.fireInvalidated(UpdateEvent event)
Notifies listeners that the data has been invalidated.
|
D |
AbstractErrorDataSet.fireInvalidated(UpdateEvent event) |
void |
DimReductionDataSet.handle(UpdateEvent event) |
| Modifier and Type | Method and Description |
|---|---|
D |
TestDataSet.fireInvalidated(UpdateEvent evt)
notify listener with given event that the data set has changed
|
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.