cancel
Showing results for 
Search instead for 
Did you mean: 

Where to implement general behavior

mattstein
Associate II

Hi there,

I understand the MVP architecture and I like it. However I'm not sure where to implement event handling that shall be always active. E.g. an alarm event occurs and regardless the current screen, the application shall switch to a specific alarm screen. Shall I implement a super presenter and derive from it? Or call a general presenter from all other presenters if they couldn't handle the incoming event? This call could be forgotten...

Thanks for any hint!​

2 REPLIES 2
CKauf
Associate III
mattstein
Associate II

Thanks. It's not completely what I need, but I replied in that thread.