Uses of Class
de.gsi.dataset.event.UpdateEvent
-
Packages that use UpdateEvent Package Description de.gsi.dataset.event de.gsi.dataset.spi de.gsi.dataset.testdata -
-
Uses of UpdateEvent in de.gsi.dataset.event
Subclasses of UpdateEvent in de.gsi.dataset.event Modifier and Type Class Description classAddedDataEventAddedDataEvent class that is passed along the notification performed by theEventSourceclass.classAxisChangeEventUpdatedAxisDataEvent class that is passed along the notification performed by theEventSourceclass.classAxisNameChangeEventEvent issued when only the name/unit changedclassAxisRangeChangeEventEvent issued when only the axis range changedclassAxisRecomputationEventEvent issued when only if the Axis is undefined and needs to be recomputed.classInvalidatedEventInvalidatedEvent class that is passed along the notification performed by theEventSourceclass.classRemovedDataEventRemovedDataEvent class that is passed along the notification performed by theEventSourceclass.classUpdatedDataEventUpdatedDataEvent class that is passed along the notification performed by theEventSourceclass.classUpdatedMetaDataEventUpdatedMetaDataEvent class that is passed along the notification performed by theEventSourceclass.Methods in de.gsi.dataset.event with parameters of type UpdateEvent Modifier and Type Method Description voidEventListener. handle(UpdateEvent event)This method needs to be provided by an implementation ofUpdateListener.voidEventRateLimiter. handle(UpdateEvent event)default voidEventSource. invokeListener(UpdateEvent updateEvent)invoke object within update listener listdefault voidEventSource. invokeListener(UpdateEvent updateEvent, boolean executeParallel)invoke object within update listener list -
Uses of UpdateEvent in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi with parameters of type UpdateEvent Modifier and Type Method Description DAbstractDataSet. fireInvalidated(UpdateEvent event)Notifies listeners that the data has been invalidated.DAbstractErrorDataSet. fireInvalidated(UpdateEvent event)voidDimReductionDataSet. handle(UpdateEvent event) -
Uses of UpdateEvent in de.gsi.dataset.testdata
Methods in de.gsi.dataset.testdata with parameters of type UpdateEvent Modifier and Type Method Description DTestDataSet. fireInvalidated(UpdateEvent evt)notify listener with given event that the data set has changed
-