Package com.biglybt.core.category
Interface CategoryManagerListener
- All Known Implementing Classes:
MyTrackerView
public interface CategoryManagerListener
A listener informed of changes to Categories
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
categoryAdded
A category has been added to the CategoryManager- Parameters:
category
- the category that was added
-
categoryRemoved
A category has been removed from the CategoryManager- Parameters:
category
- Category that was removed
-
categoryChanged
-