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.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.default voidEventSource. invokeListener(UpdateEvent updateEvent)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) -
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
-