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

com.github.highcharts4gwt.model.highcharts.option.api.seriessolidgauge.ClickHandler Maven / Gradle / Ivy

The newest version!

package com.github.highcharts4gwt.model.highcharts.option.api.seriessolidgauge;

import com.github.highcharts4gwt.model.highcharts.option.api.seriessolidgauge.ClickEvent;

public interface ClickHandler {


    void onClick(ClickEvent clickEvent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy