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 TypeClassDescriptionclass
Controller class for the AddRecipeView.class
The controller for the CookBookView and RecipeView.class
Controller for the PantryView.class
Controller 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.observers
CookbookRecipeComponent.observers
GroceryListElement.observers
Methods in stud.ntnu.idatt1005.pantrypal.views.components with parameters of type ObserverModifier and TypeMethodDescriptionvoid
AddGroceryListElement.addObserver
(Observer observer) void
CookbookRecipeComponent.addObserver
(Observer observer) void
GroceryListElement.addObserver
(Observer observer) void
AddGroceryListElement.removeObserver
(Observer observer) void
CookbookRecipeComponent.removeObserver
(Observer observer) void
GroceryListElement.removeObserver
(Observer observer)