Package com.logicaldoc.gui.common.client
Class Common
- java.lang.Object
-
- com.logicaldoc.gui.common.client.Common
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class Common extends Object implements com.google.gwt.core.client.EntryPoint
The Common entry point- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description Common()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Common
get()
void
onModuleLoad()
-
-
-
Method Detail
-
get
public static Common get()
- Returns:
- singleton Main instance
-
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
-
-