public interface CatalogSetCallback
Modifier and Type | Method and Description |
---|---|
void |
failed()
Called if the catalog reading fails
|
void |
setCatalog(InvCatalogImpl catalog)
Called when the catalog is done being read.
|
void setCatalog(InvCatalogImpl catalog)
catalog
- the catalog that was just read in.void failed()