public class ServiceInfoEvent extends com.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceInfoEvent.HasServiceInfoEventHandler |
static interface |
ServiceInfoEvent.ServiceInfoEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> |
TYPE |
| Constructor and Description |
|---|
ServiceInfoEvent(org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfo serviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ServiceInfoEvent.ServiceInfoEventHandler handler) |
static void |
fire(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.ServiceInfo |
getServiceInfo() |
static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> TYPE
public ServiceInfoEvent(org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfo serviceInfo)
protected void dispatch(ServiceInfoEvent.ServiceInfoEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ServiceInfoEvent.ServiceInfoEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ServiceInfoEvent.ServiceInfoEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ServiceInfoEvent event)
public org.gcube.data.analysis.dataminermanagercl.shared.service.ServiceInfo getServiceInfo()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ServiceInfoEvent.ServiceInfoEventHandler>Copyright © 2020. All Rights Reserved.