com.gwidgets.api.leaflet.elemental.Function Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwty-leaflet Show documentation
Show all versions of gwty-leaflet Show documentation
a JsInterop wrapper for the Leaflet js library
package com.gwidgets.api.leaflet.elemental;
import com.google.gwt.core.client.JavaScriptObject;
import jsinterop.annotations.JsFunction;
@JsFunction
public interface Function{
public JavaScriptObject call(JavaScriptObject event);
}