public static interface DataRootHandler.ConfigListener
| Modifier and Type | Method and Description |
|---|---|
void |
configCatalog(InvCatalog catalog)
Recieve notification on the inclusion of a configuration catalog.
|
void |
configDataset(InvDataset 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(InvCatalog catalog)
catalog - the catalog being included in configuration.void configDataset(InvDataset dataset)
dataset - the dataset found during configuration.Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.