public static interface DataRootHandler.ConfigListener
| Modifier and Type | Method and Description |
|---|---|
void |
configCatalog(thredds.client.catalog.Catalog catalog)
Recieve notification on the inclusion of a configuration catalog.
|
void |
configDataset(thredds.client.catalog.Dataset dataset)
Recieve notification that configuration has found a dataset.
|
void |
configEnd()
Recieve notification that configuration has completed.
|
void |
configStart()
Recieve notification that configuration has started.
|
void configStart()
void configEnd()
void configCatalog(thredds.client.catalog.Catalog catalog)
catalog - the catalog being included in configuration.void configDataset(thredds.client.catalog.Dataset dataset)
dataset - the dataset found during configuration.