Package com.biglybt.core.category
Interface CategoryManagerListener
-
- All Known Implementing Classes:
MyTrackerView
public interface CategoryManagerListener
A listener informed of changes to Categories
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
categoryAdded(Category category)
A category has been added to the CategoryManagervoid
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)
-
-