Uses of Interface
edu.nrao.sss.catalog.CatalogItemGroupListener

Packages that use CatalogItemGroupListener
edu.nrao.sss.catalog A generic catalog construct. 
 

Uses of CatalogItemGroupListener in edu.nrao.sss.catalog
 

Subinterfaces of CatalogItemGroupListener in edu.nrao.sss.catalog
 interface SimpleCatalogListener<I extends CatalogItem<I>>
          A convenience interface that locks down the generic group and catalog types.
 interface SimpleItemGroupListener<I extends CatalogItem<I>>
          A convenience interface that locks down the generic group and catalog types.
 

Classes in edu.nrao.sss.catalog that implement CatalogItemGroupListener
 class Catalog<I extends CatalogItem<I>,G extends CatalogItemGroup<I,G,C>,C extends Catalog<I,G,C>>
          A generic catalog.
 class SimpleCatalog<I extends CatalogItem<I>>
          A simple catalog of items and groups of items.
 

Methods in edu.nrao.sss.catalog with parameters of type CatalogItemGroupListener
 void CatalogItemGroup.addListener(CatalogItemGroupListener<I,G,C> newListener)
          Adds newListener to this group's list.
 void CatalogItemGroup.removeListener(CatalogItemGroupListener<I,G,C> listener)
          Removes listener from this group's list.
 



Copyright © 2009. All Rights Reserved.