Class Resource_support
- java.lang.Object
-
- org.gcube.resourcemanagement.support.client.Resource_support
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class Resource_support extends Object implements com.google.gwt.core.client.EntryPoint
-
-
Constructor Summary
Constructors Constructor Description Resource_support()Resource_support(com.google.gwt.event.shared.HandlerManager eventBus)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Resource_supportget()com.google.gwt.event.shared.HandlerManagergetEventBus()voidonModuleLoad()This is the entry point method.
-
-
-
Method Detail
-
get
public static Resource_support get()
-
getEventBus
public com.google.gwt.event.shared.HandlerManager getEventBus()
-
onModuleLoad
public void onModuleLoad()
This is the entry point method.- Specified by:
onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint
-
-