Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/GWT_Sandbox/NAS-Video/src/org/litesoft/nasvideo/client/ui/views/home/HomeFactory.java

Diff revisions: vs.
  @@ -1,20 +1,20 @@
1 - package org.litesoft.nasvideo.client.ui.views.home;
2 -
3 - import org.litesoft.GWT.client.view.*;
4 - import org.litesoft.core.*;
5 - import org.litesoft.nasvideo.client.*;
6 - import org.litesoft.uispecification.*;
7 -
8 - public class HomeFactory extends ScreenViewFactory
9 - {
10 - public HomeFactory()
11 - {
12 - super( ViewDefs.HOME );
13 - }
14 -
15 - @Override
16 - public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams )
17 - {
18 - return new Home();
19 - }
20 - }
1 + package org.litesoft.nasvideo.client.ui.views.home;
2 +
3 + import org.litesoft.GWT.client.view.*;
4 + import org.litesoft.core.*;
5 + import org.litesoft.nasvideo.client.*;
6 + import org.litesoft.uispecification.*;
7 +
8 + public class HomeFactory extends ScreenViewFactory
9 + {
10 + public HomeFactory()
11 + {
12 + super( ViewDefs.HOME );
13 + }
14 +
15 + @Override
16 + public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams )
17 + {
18 + return new Home();
19 + }
20 + }