package org.gcube.portlets.user.td.widgetcommonevent.client; import com.allen_sauer.gwt.log.client.Log; import com.google.gwt.core.client.EntryPoint; import com.google.web.bindery.event.shared.EventBus; import com.google.web.bindery.event.shared.SimpleEventBus; /** * * @author "Giancarlo Panichi" * g.panichi@isti.cnr.it * */ public class WidgetCommonEventEntry implements EntryPoint { @Override public void onModuleLoad() { //EventBus eventBus = new SimpleEventBus(); Log.info("WidgetCommonEvent"); } }