Package | Description |
---|---|
edu.wisc.ssec.mcidasv |
McIDAS-V managers and other core functionality.
|
edu.wisc.ssec.mcidasv.chooser.adde | |
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Method and Description |
---|---|
void |
McIdasPreferenceManager.replaceServerPreferences(EntryStore.Event evt) |
Modifier and Type | Method and Description |
---|---|
void |
AddeChooser.onServerManagerDataEvent(EntryStore.Event evt) |
Modifier and Type | Method and Description |
---|---|
static EntryStore.Event |
EntryStore.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryStore.Event[] |
EntryStore.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryStore.onEvent(EntryStore.Event evt)
Responds to server manager events being passed with the event bus.
|