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

eu.future.earth.gwt.client.ui.actionevent.ActionHandler Maven / Gradle / Ivy

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

import com.google.gwt.event.shared.EventHandler;

public interface ActionHandler extends EventHandler {

    void onKeyChange(ActionEvent naviEvent);

}
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy