Uses of Interface
edu.ntnu.stud.idatt1005.team3.controller.ObserverDB
Packages that use ObserverDB
Package
Description
-
Uses of ObserverDB in edu.ntnu.stud.idatt1005.team3.database
Methods in edu.ntnu.stud.idatt1005.team3.database with parameters of type ObserverDBModifier and TypeMethodDescriptionvoid
TheCookbookDB.addObserver
(ObserverDB observer) Deletes a food item from the database.void
TheCookbookDB.removeObserver
(ObserverDB observer) Deletes a food item from the database. -
Uses of ObserverDB in edu.ntnu.stud.idatt1005.team3.view.pages
Classes in edu.ntnu.stud.idatt1005.team3.view.pages that implement ObserverDBModifier and TypeClassDescriptionclass
The inventory page of the application.class
The recipe library page of the application. -
Uses of ObserverDB in edu.ntnu.stud.idatt1005.team3.view.pages.subpages
Classes in edu.ntnu.stud.idatt1005.team3.view.pages.subpages that implement ObserverDB