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