Uses of Interface
thredds.catalog.CatalogSetCallback

Packages that use CatalogSetCallback
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

Uses of CatalogSetCallback in thredds.catalog
 

Methods in thredds.catalog with parameters of type CatalogSetCallback
 void InvCatalogRef.readAsynch(InvCatalogFactory factory, CatalogSetCallback caller)
          Read the referenced catalog asynchronously, if the catalog factory supports it.
 void InvCatalogFactory.readXMLasynch(java.lang.String uriString, CatalogSetCallback callback)
          This allows the possibility of reading a catalog in another thread.