In my case , display content place should be same for all activity manager. Based on place activity manager should load.
Ex :
ActivityManager module1ActivityManager = new ActivityManager(1stModuleActivityMapper, eventBus); module1ActivityManager.setDisplay(commonDisplay); ActivityManager module2ActivityManager1 = new ActivityManager(2ndModuleActivityMapper, eventBus);
module2ActivityManager1 .setDisplay(commonDisplay);
On Wednesday, August 6, 2014 11:58:38 AM UTC+5:30, Naveen wrote:
Can we use multiple mvp using single Entry point.(multiple activity mapper and multiple activity manager for single Entry point.)
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment