com.gwidgets.api.leaflet.events.EventCallback Maven / Gradle / Ivy
The newest version!
package com.gwidgets.api.leaflet.events;
import jsinterop.annotations.JsFunction;
/**
* Created by zakaria on 7/2/2017.
*/
@JsFunction
public interface EventCallback {
void call(T event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy