thredds.catalog
Interface CatalogSetCallback


public interface CatalogSetCallback

Allows asynchrous reading of a catalog. When the catalog is read, setCatalog() is called, else failed() is called.


Method Summary
 void failed()
          Called if the catalog reading fails
 void setCatalog(InvCatalogImpl catalog)
          Called when the catalog is done being read
 

Method Detail

setCatalog

void setCatalog(InvCatalogImpl catalog)
Called when the catalog is done being read


failed

void failed()
Called if the catalog reading fails