Model - Passive or Active? (Design Patterns - MVC)

1

In the context of an MVC application, is the model expected to send some kind of information on its own?

For example: I made a model that tells the controller every time the "ready" property changes (to true or false). In this way, the Controller would know when the information would be available and take the necessary measures.

Is this behavior within the expected for a Model?

    
asked by anonymous 14.06.2017 / 22:07

0 answers