Interface CategoryManagerListener

All Known Implementing Classes:
MyTrackerView

public interface CategoryManagerListener
A listener informed of changes to Categories
  • Method Details

    • 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)