Uses of Interface
gov.llnl.gnem.apps.coda.calibration.gui.data.client.api.EventClient
Packages that use EventClient
Package
Description
-
Uses of EventClient in gov.llnl.gnem.apps.coda.calibration.gui.controllers
Fields in gov.llnl.gnem.apps.coda.calibration.gui.controllers declared as EventClientModifier and TypeFieldDescriptionprotected EventClientAbstractMeasurementController.referenceEventClientprotected EventClientEventTableController.referenceEventClientConstructors in gov.llnl.gnem.apps.coda.calibration.gui.controllers with parameters of type EventClientModifierConstructorDescriptionprotectedAbstractMeasurementController(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, GeoMap map, MapPlottingUtilities iconFactory, ParamExporter paramExporter, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) CodaParamLoadingController(List<FileToParameterConverter<?>> fileConverters, ParameterClient paramsClient, EventClient eventClient, com.google.common.eventbus.EventBus bus) Instantiates a new coda param loading controller to handle loading files and converting them to domain objects.protectedEventTableController(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) ReferenceEventLoadingController(List<FileToReferenceEventConverter> fileConverters, EventClient client) -
Uses of EventClient in gov.llnl.gnem.apps.coda.calibration.gui.data.client
Classes in gov.llnl.gnem.apps.coda.calibration.gui.data.client that implement EventClient -
Uses of EventClient in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters with parameters of type EventClientModifierConstructorDescriptionParamExporter(ParameterClient paramClient, EventClient eventClient, List<ParamTempFileWriter> paramWriters, List<MeasuredMwTempFileWriter> mwWriters, List<ReferenceMwTempFileWriter> referenceMwWriters, List<ValidationMwTempFileWriter> validationMwWriters, List<SpectraTempFileWriter> spectraWriters) -
Uses of EventClient in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Classes in gov.llnl.gnem.apps.coda.calibration.standalone.data.client that implement EventClient -
Uses of EventClient in gov.llnl.gnem.apps.coda.spectra.gui
Constructors in gov.llnl.gnem.apps.coda.spectra.gui with parameters of type EventClientModifierConstructorDescriptionSpectraRatioGuiController(EventClient eventClient, SpectraClient spectraClient, CertLeafletMapController certMapController, SpectraRatioClient spectraRatioClient, com.google.common.eventbus.EventBus bus, org.springframework.context.ConfigurableApplicationContext springContext)