Interface CategoryManagerListener
- All Known Implementing Classes:
MyTrackerView
public interface CategoryManagerListener
A listener informed of changes to Categories
-
Method Summary
Modifier and TypeMethodDescriptionvoidcategoryAdded(Category category) A category has been added to the CategoryManagervoidcategoryChanged(Category category) voidcategoryRemoved(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
-