Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.EntryStore.Event
Packages that use EntryStore.Event
Package
Description
McIDAS-V managers and other core functionality.
-
Uses of EntryStore.Event in edu.wisc.ssec.mcidasv
Methods in edu.wisc.ssec.mcidasv with parameters of type EntryStore.EventModifier and TypeMethodDescriptionvoid
McIdasPreferenceManager.replaceServerPreferences
(EntryStore.Event evt) -
Uses of EntryStore.Event in edu.wisc.ssec.mcidasv.chooser.adde
Methods in edu.wisc.ssec.mcidasv.chooser.adde with parameters of type EntryStore.EventModifier and TypeMethodDescriptionvoid
AddeChooser.onServerManagerDataEvent
(EntryStore.Event evt) -
Uses of EntryStore.Event in edu.wisc.ssec.mcidasv.servermanager
Methods in edu.wisc.ssec.mcidasv.servermanager that return EntryStore.EventModifier and TypeMethodDescriptionstatic EntryStore.Event
Returns the enum constant of this class with the specified name.static EntryStore.Event[]
EntryStore.Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type EntryStore.EventModifier and TypeMethodDescriptionvoid
EntryStore.onEvent
(EntryStore.Event evt) Responds to server manager events being passed with the event bus.