public class NetCDFDataEvent extends com.google.gwt.event.shared.GwtEvent<NetCDFDataEvent.NetCDFDataEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetCDFDataEvent.HasNetCDFDataEventHandler |
static interface |
NetCDFDataEvent.NetCDFDataEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<NetCDFDataEvent.NetCDFDataEventHandler> |
TYPE |
| Constructor and Description |
|---|
NetCDFDataEvent(NetCDFData netCDFData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NetCDFDataEvent.NetCDFDataEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
NetCDFDataEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<NetCDFDataEvent.NetCDFDataEventHandler> |
getAssociatedType() |
NetCDFData |
getNetCDFData() |
static com.google.gwt.event.shared.GwtEvent.Type<NetCDFDataEvent.NetCDFDataEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<NetCDFDataEvent.NetCDFDataEventHandler> TYPE
public NetCDFDataEvent(NetCDFData netCDFData)
protected void dispatch(NetCDFDataEvent.NetCDFDataEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<NetCDFDataEvent.NetCDFDataEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<NetCDFDataEvent.NetCDFDataEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NetCDFDataEvent.NetCDFDataEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<NetCDFDataEvent.NetCDFDataEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
NetCDFDataEvent event)
public NetCDFData getNetCDFData()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<NetCDFDataEvent.NetCDFDataEventHandler>Copyright © 2018. All Rights Reserved.