Interface ObserverDB
- All Known Implementing Classes:
InventoryPage
,NewRecipePage
,RecipeLibraryPage
public interface ObserverDB
An interface for TheCookbook's database observer.
-
Method Summary
-
Method Details
-
update
void update()Method to update the observer.
-