ictvmt / mvp4g

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

Add a presenter lifecycle: load, unload, reset #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Developers should be able to override presenter's methods to define actions to 
execute when its view is getting displayed (load method), or when its view is 
getting removed (unload method) or whenever the presenter has to handle an 
event (reset method)

Original issue reported on code.google.com by plcoir...@gmail.com on 1 Oct 2010 at 11:47

GoogleCodeExporter commented 8 years ago

Original comment by plcoir...@gmail.com on 12 Oct 2010 at 1:58

GoogleCodeExporter commented 8 years ago
Available with the last 1.3.0 snapshot

Original comment by plcoir...@gmail.com on 18 Oct 2010 at 9:34