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

com.github.highcharts4gwt.model.highcharts.option.api.seriesbar.SeriesBarMouseOutHandler Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

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

import com.github.highcharts4gwt.model.highcharts.option.api.seriesbar.SeriesBarMouseOutEvent;

public interface SeriesBarMouseOutHandler {


    void onSeriesBarMouseOut(SeriesBarMouseOutEvent seriesBarMouseOutEvent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy