Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers |
Modifier and Type | Class and Description |
---|---|
class |
GroceryListController
Controller of the grocery list view.
|
class |
ImportArticlesController
Controller of the ArticleProductView.
|
Modifier and Type | Field and Description |
---|---|
private ProductCreationObserver |
CreateProductController.observer
The observer is informed when a new product is created
|
Modifier and Type | Method and Description |
---|---|
void |
ControllerMaster.onShowAddProduct(ProductCreationObserver observer)
Shows the add product view
|
Constructor and Description |
---|
CreateProductController(ProductCreationObserver observer)
Creates the view to create a new product
|