cn.mapway.ui.client.event.HasMapwayHandlers Maven / Gradle / Ivy
package cn.mapway.ui.client.event;
import com.google.gwt.event.shared.HandlerRegistration;
import com.google.gwt.event.shared.HasHandlers;
/**
* The Interface HasMapwayHandlers.
*
* @param the generic type
*/
public interface HasMapwayHandlers extends HasHandlers {
/**
* Adds the mapway handler.
*
* @param handler the handler
* @return the handler registration
*/
HandlerRegistration addMapwayHandler(MapwayHandler handler);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy