package org.gcube.portlets.user.td.monitorwidget.client; import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId; import com.allen_sauer.gwt.log.client.Log; import com.google.gwt.core.client.EntryPoint; import com.google.web.bindery.event.shared.SimpleEventBus; /** * * @author "Giancarlo Panichi" * email: g.panichi@isti.cnr.it * */ public class MonitorWidgetEntry implements EntryPoint { public void onModuleLoad() { TRId trId=new TRId(); SimpleEventBus eventBus=new SimpleEventBus(); MonitorWidget monitorWidget= new MonitorWidget(); } }