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

com.github.fluorumlabs.disconnect.highcharts.RangeSelectorClickCallbackFunction 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 js.web.dom.Event;
import org.teavm.jso.JSFunctor;

/**
 * Callback function to react on button clicks.
 *
 * @param e
 * Event arguments.
 *
 * @param Return
 * false to cancel the default button event.
 *
 */
@JSFunctor
@FunctionalInterface
public interface RangeSelectorClickCallbackFunction extends Any {
  void apply(Event e, boolean Return);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy