aino-komal / mvp4g

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

Add possibility to set no start view for a child module #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Child module may not have a start view because they aren't auto-displayed.
For those module, developer should be able to tell Mvp4g that there is no start 
view.

A way to do this would be to set the start view to a specific value:
@Events(startView=NoStartView.class, ...)
public interface OneEventBus ... {...}

You shouldn't be able to set this value for:
-root module (aka module with no parent)
-child module that are auto-displayed by parent module

Original issue reported on code.google.com by plcoir...@gmail.com on 20 Jan 2011 at 9:43

GoogleCodeExporter commented 9 years ago
Included in the last snapshot

Original comment by plcoir...@gmail.com on 8 Feb 2011 at 1:42