Uses of Interface
stud.ntnu.idatt1005.pantrypal.controllers.Observer
Packages that use Observer
Package
Description
-
Uses of Observer in stud.ntnu.idatt1005.pantrypal.controllers
Classes in stud.ntnu.idatt1005.pantrypal.controllers that implement ObserverModifier and TypeClassDescriptionclassController class for the AddRecipeView.classThe controller for the CookBookView and RecipeView.classController for the PantryView.classController class for the ShoppingListView. -
Uses of Observer in stud.ntnu.idatt1005.pantrypal.views.components
Fields in stud.ntnu.idatt1005.pantrypal.views.components with type parameters of type ObserverModifier and TypeFieldDescriptionAddGroceryListElement.observersCookbookRecipeComponent.observersGroceryListElement.observersMethods in stud.ntnu.idatt1005.pantrypal.views.components with parameters of type ObserverModifier and TypeMethodDescriptionvoidAddGroceryListElement.addObserver(Observer observer) voidCookbookRecipeComponent.addObserver(Observer observer) voidGroceryListElement.addObserver(Observer observer) voidAddGroceryListElement.removeObserver(Observer observer) voidCookbookRecipeComponent.removeObserver(Observer observer) voidGroceryListElement.removeObserver(Observer observer)