This is a general quastion about handling callbacks in MVVM/MVC pattern.
What ways there are to handle an asynchronous callback function from the Model in the Controller/View-Model.
For example:
I have a function in the model that start her work after receiving a packet throught the network.