public class SampleVariableDataEvent extends com.google.gwt.event.shared.GwtEvent<SampleVariableDataEvent.SampleVariableDataEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SampleVariableDataEvent.HasSampleVariableDataEventHandler |
static interface |
SampleVariableDataEvent.SampleVariableDataEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SampleVariableDataEvent.SampleVariableDataEventHandler> |
TYPE |
| Constructor and Description |
|---|
SampleVariableDataEvent(VariableData variableData,
NetCDFValues sampleValues) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SampleVariableDataEvent.SampleVariableDataEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
SampleVariableDataEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<SampleVariableDataEvent.SampleVariableDataEventHandler> |
getAssociatedType() |
NetCDFValues |
getSampleValues() |
static com.google.gwt.event.shared.GwtEvent.Type<SampleVariableDataEvent.SampleVariableDataEventHandler> |
getType() |
VariableData |
getVariableData() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<SampleVariableDataEvent.SampleVariableDataEventHandler> TYPE
public SampleVariableDataEvent(VariableData variableData, NetCDFValues sampleValues)
protected void dispatch(SampleVariableDataEvent.SampleVariableDataEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SampleVariableDataEvent.SampleVariableDataEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<SampleVariableDataEvent.SampleVariableDataEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SampleVariableDataEvent.SampleVariableDataEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<SampleVariableDataEvent.SampleVariableDataEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
SampleVariableDataEvent event)
public VariableData getVariableData()
public NetCDFValues getSampleValues()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<SampleVariableDataEvent.SampleVariableDataEventHandler>Copyright © 2018. All Rights Reserved.