All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.highcharts.SeriesPointDragCallbackFunction Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
package com.github.fluorumlabs.disconnect.highcharts;

import java.lang.FunctionalInterface;
import js.lang.Any;
import org.teavm.jso.JSFunctor;

/**
 * Function callback to execute while series points are dragged.
 *
 * @param e
 * Event arguments.
 *
 * @return Return false to stop the default drag action.
 *
 */
@JSFunctor
@FunctionalInterface
public interface SeriesPointDragCallbackFunction extends Any {
  boolean apply(SeriesPointDragEventObject e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy