public class CreateGisLayerJobEvent extends com.google.gwt.event.shared.GwtEvent<CreateGisLayerJobEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<CreateGisLayerJobEventHandler> |
TYPE |
| Constructor and Description |
|---|
CreateGisLayerJobEvent(String jobName,
String descr,
long totalPoints) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CreateGisLayerJobEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<CreateGisLayerJobEventHandler> |
getAssociatedType() |
String |
getJobDescription() |
String |
getJobName() |
long |
getTotalPoints() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<CreateGisLayerJobEventHandler> TYPE
public String getJobName()
public String getJobDescription()
public long getTotalPoints()
public com.google.gwt.event.shared.GwtEvent.Type<CreateGisLayerJobEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CreateGisLayerJobEventHandler>protected void dispatch(CreateGisLayerJobEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<CreateGisLayerJobEventHandler>Copyright © 2021. All Rights Reserved.