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

eu.future.earth.gwt.charts.client.event.mouseover.HasMouseOverPointHandlers Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
/*
 * Copyright 2009 EasyEnterprise, all rights reserved.
 */
package eu.future.earth.gwt.charts.client.event.mouseover;

import com.google.gwt.event.shared.HandlerRegistration;
import com.google.gwt.event.shared.HasHandlers;

public interface HasMouseOverPointHandlers extends HasHandlers {

  HandlerRegistration addMouseOverPointHandler(MouseOverPointHandler handler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy