Introduction
The imod library provides model-observer pattern implementation for decoupled change notification and model management.
Key Features
- Model Base Classes: Foundation classes for observable models
- Observer Pattern: Standard observer pattern implementation
- Model Proxy: Proxy pattern for model delegation
- Change Tracking: Automatic change notification and tracking
Architecture
Key components:
Dependencies
- istd: Standard utilities and interfaces (IChangeable)
- iser: Serialization framework
- icomp: Component framework
See Also