org.gudy.azureus2.core3.category
Interface CategoryManagerListener

All Known Implementing Classes:
MyTrackerView

public interface CategoryManagerListener

A listener informed of changes to Categories


Method Summary
 void categoryAdded(Category category)
          A category has been added to the CategoryManager
 void categoryChanged(Category category)
           
 void categoryRemoved(Category category)
          A category has been removed from the CategoryManager
 

Method Detail

categoryAdded

void categoryAdded(Category category)
A category has been added to the CategoryManager

Parameters:
category - the category that was added

categoryRemoved

void categoryRemoved(Category category)
A category has been removed from the CategoryManager

Parameters:
category - Category that was removed

categoryChanged

void categoryChanged(Category category)