|
Interface Summary |
| ChildController<PARENT_CTRL> |
Controller functionality used by a parent controller (Communication flow from
parent to child). |
| Controller<VIEW> |
This is the part of the controller used by the view. |
| Module |
A module is a controller that has no dependencies to it's caller. |
| ModuleImplIntf |
Basic functionality all module implementation interfaces share. |
| ModuleImplIntfListener |
Base interface for listeners used inside ModuleImplIntf interfaces. |
| ParentController |
Controller functionality used by a child controller (Communication flow from
child to parent). |
| Target |
A target is a combination of a module interface and a concrete implementation
couple that has a unique id assigned. |
| View<CONTROLLER> |
Basic functionality shared by all views. |
| WindowManager |
Handles window operations for modules. |