Subversion Repositories SmartDukaan

Rev

Rev 2209 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2209 Rev 2313
Line 5... Line 5...
5
import in.shop2020.hotspot.dashbaord.client.event.SubmitLoginInfoEvent;
5
import in.shop2020.hotspot.dashbaord.client.event.SubmitLoginInfoEvent;
6
import in.shop2020.hotspot.dashbaord.client.event.SubmitLoginInfoHandler;
6
import in.shop2020.hotspot.dashbaord.client.event.SubmitLoginInfoHandler;
7
import com.google.gwt.core.client.EntryPoint;
7
import com.google.gwt.core.client.EntryPoint;
8
import com.google.gwt.core.client.GWT;
8
import com.google.gwt.core.client.GWT;
9
import com.google.gwt.user.client.ui.RootLayoutPanel;
9
import com.google.gwt.user.client.ui.RootLayoutPanel;
10
import com.google.gwt.user.client.ui.RootPanel;
-
 
11
 
10
 
12
/**
11
/**
13
 * Entry point classes define <code>onModuleLoad()</code>.
12
 * Entry point classes define <code>onModuleLoad()</code>.
14
 */
13
 */
15
public class HotspotDashboard implements EntryPoint {
14
public class HotspotDashboard implements EntryPoint {