aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Add possibility to activate a presenter depending on an event #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before a presenter has to handle an event, the isActivated is called. It would 
be a nice to be able to return true only for certain events. In order to do 
this, the event name and parameters should be passed to the isActivated method:

boolean isActivated(boolean passive, String eventName, Object[] params )

Original issue reported on code.google.com by plcoir...@gmail.com on 22 Mar 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Available in the last snapshot

Original comment by plcoir...@gmail.com on 12 Jun 2011 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by plcoir...@gmail.com on 13 Jul 2011 at 8:53