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

eu.future.earth.gwt.client.ui.events.enter.HasKeyEnterEventHandlers Maven / Gradle / Ivy

The newest version!
package eu.future.earth.gwt.client.ui.events.enter;

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


public interface HasKeyEnterEventHandlers extends HasHandlers {

	HandlerRegistration addKeyEnterHandler(KeyEnterHandler handler);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy