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

cn.mapway.ui.client.event.HasMapwayHandlers Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
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