![]() |
nsbaci 1.0
|
Controller class declaration for nsbaci. More...


Go to the source code of this file.
Classes | |
| class | nsbaci::Controller |
| Central coordinator between UI and backend services. More... | |
Namespaces | |
| namespace | nsbaci |
| Root namespace for the nsbaci application. | |
Controller class declaration for nsbaci.
This module defines the central Controller class that serves as the main coordination layer between the user interface and the backend services. The Controller implements the Model-View-Controller (MVC) pattern, acting as the mediator that handles user actions from the UI, delegates work to appropriate services, and communicates results back to the view layer.
The Controller manages the complete lifecycle of program execution including: