FileDocCategorySizeDatePackage
CategoryManagerListener.javaAPI DocAzureus 3.0.3.41382Thu Feb 19 20:51:38 GMT 2004org.gudy.azureus2.core3.category

CategoryManagerListener

public interface CategoryManagerListener
A listener informed of changes to Categories

Fields Summary
Constructors Summary
Methods Summary
public voidcategoryAdded(org.gudy.azureus2.core3.category.Category category)
A category has been added to the CategoryManager

param
category the category that was added

public voidcategoryRemoved(org.gudy.azureus2.core3.category.Category category)
A category has been removed from the CategoryManager

param
category Category that was removed