Package | Description |
---|---|
ui.controller | |
ui.model | |
ui.view |
Modifier and Type | Method and Description |
---|---|
void |
CategoryController.addCategoryListener(CategoryListener catLis)
Init the CategoryListener.
|
void |
Control.initListener(CategoryListener catLis)
Init the CategoryListener.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CategoryListener> |
Model.getCategoryListeners()
Returns the CategorieListener.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setCategoryListeners(java.util.LinkedList<CategoryListener> linkedList)
Sets the CategorieListener.
|
Modifier and Type | Class and Description |
---|---|
class |
GUI<E>
Graphical User Interface.
|