Class ServiceInfoEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.ServiceInfoEvent
-
public class ServiceInfoEvent extends com.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>
Service Info Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceInfoEvent.HasServiceInfoEventHandlerstatic interfaceServiceInfoEvent.ServiceInfoEventHandler-
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<ServiceInfoEvent.ServiceInfoEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ServiceInfoEvent(org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfo serviceInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ServiceInfoEvent.ServiceInfoEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, ServiceInfoEvent event)com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler>getAssociatedType()org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfogetServiceInfo()static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> TYPE
-
-
Method Detail
-
dispatch
protected void dispatch(ServiceInfoEvent.ServiceInfoEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, ServiceInfoEvent event)
-
getServiceInfo
public org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfo getServiceInfo()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<ServiceInfoEvent.ServiceInfoEventHandler>
-
-