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

com.github.fluorumlabs.disconnect.highcharts.EventCallbackFunction 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;

/**
 * The function callback to execute when the event is fired. The this context
 * contains the instance, that fired the event.
 *
 * @param eventArguments
 * Event arguments.
 *
 */
@JSFunctor
@FunctionalInterface
public interface EventCallbackFunction extends Any {
  void apply(Dictionary eventArguments);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy