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

org.dashbuilder.renderer.chartjs.lib.event.HasAnimationCompleteHandlers 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.HasHandlers;

/**
 * Interface describe methods required for adding new handlers of {@link AnimationCompleteEvent}
 */
public interface HasAnimationCompleteHandlers extends HasHandlers{

	/**
	 * Add {@link AnimationCompleteEvent} handler to widget.
	 * @param handler
	 */
	public void addAnimationCompleteHandler(AnimationCompleteHandler handler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy