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.

Parameters:
catalog - the catalog that was just read in.

failed

void failed()
Called if the catalog reading fails



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.