![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fluorumlabs.disconnect.highcharts.ResponsiveCallbackFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconnect-highcharts Show documentation
Show all versions of disconnect-highcharts Show documentation
Highcharts API bindings for Disconnect Zero
package com.github.fluorumlabs.disconnect.highcharts;
import java.lang.FunctionalInterface;
import js.lang.Any;
import org.teavm.jso.JSFunctor;
/**
* A callback function to gain complete control on when the responsive rule
* applies.
*
* @return Return true
if it applies.
*
*/
@JSFunctor
@FunctionalInterface
public interface ResponsiveCallbackFunction extends Any {
boolean apply();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy