ictvmt / mvp4g

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

Asynchronous module loading #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In some cases a module needs load data from server before its presenters can be 
initiated. 
Mvp4g could provide a mechanism to defer the module's code
load and let developer do any actions they need. This mechanism should
be asynchronous so that calls to the server can be done. 
Maybe there should be probable also mechanism to store and replay events 
received during this time.

Original issue reported on code.google.com by jacka...@gmail.com on 15 Mar 2011 at 11:38

GoogleCodeExporter commented 8 years ago

Original comment by plcoir...@gmail.com on 15 Mar 2011 at 1:10

GoogleCodeExporter commented 8 years ago

Original comment by plcoir...@gmail.com on 2 Aug 2011 at 3:04

GoogleCodeExporter commented 8 years ago
Available with the last 1.4.0 snapshot.

Original comment by plcoir...@gmail.com on 16 Jan 2012 at 3:59