Class TabularResourceInfoEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<TabularResourceInfoEvent.TabularResourceInfoEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.TabularResourceInfoEvent
-
public class TabularResourceInfoEvent extends com.google.gwt.event.shared.GwtEvent<TabularResourceInfoEvent.TabularResourceInfoEventHandler>
Tabular Resource Info Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTabularResourceInfoEvent.HasTabularResourceInfoEventHandlerstatic interfaceTabularResourceInfoEvent.TabularResourceInfoEventHandler-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<TabularResourceInfoEvent.TabularResourceInfoEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description TabularResourceInfoEvent(TabularResourceData tabularResourceData)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(TabularResourceInfoEvent.TabularResourceInfoEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, TabularResourceInfoEvent event)com.google.gwt.event.shared.GwtEvent.Type<TabularResourceInfoEvent.TabularResourceInfoEventHandler>getAssociatedType()TabularResourceDatagetTabularResourceData()static com.google.gwt.event.shared.GwtEvent.Type<TabularResourceInfoEvent.TabularResourceInfoEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<TabularResourceInfoEvent.TabularResourceInfoEventHandler> TYPE
-
-
Constructor Detail
-
TabularResourceInfoEvent
public TabularResourceInfoEvent(TabularResourceData tabularResourceData)
-
-
Method Detail
-
dispatch
protected void dispatch(TabularResourceInfoEvent.TabularResourceInfoEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<TabularResourceInfoEvent.TabularResourceInfoEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<TabularResourceInfoEvent.TabularResourceInfoEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<TabularResourceInfoEvent.TabularResourceInfoEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<TabularResourceInfoEvent.TabularResourceInfoEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, TabularResourceInfoEvent event)
-
getTabularResourceData
public TabularResourceData getTabularResourceData()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<TabularResourceInfoEvent.TabularResourceInfoEventHandler>
-
-