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

com.github.highcharts4gwt.model.highcharts.option.api.seriesarearange.HideHandler Maven / Gradle / Ivy

The newest version!

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

import com.github.highcharts4gwt.model.highcharts.option.api.seriesarearange.HideEvent;

public interface HideHandler {


    void onHide(HideEvent hideEvent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy