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

org.dashbuilder.renderer.chartjs.lib.event.DataSelectionHandler Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
package org.dashbuilder.renderer.chartjs.lib.event;

import com.google.gwt.event.shared.EventHandler;

/**
 * Handler interface for handling {@link org.dashbuilder.renderer.chartjs.lib.event.AnimationCompleteEvent}
 */
public interface DataSelectionHandler extends EventHandler{

	/**
	 * Method will be invoked when animation is complete
	 * @param event : object contains reference to the instance of chart
	 */
	public void onDataSelected(DataSelectionEvent event);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy