Question
How to propagate an event from the ModelListener to ALL presenters without the need to repeat the action in each presenter/viewer?
Examples presented show the declaration of an empty virtual method in the listener, and override it in the presenter. However, in the case of multiple screens and the same action will be taken, there will be multiple redundancy.
