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

de.swm.commons.mobile.client.event.IconClickHandler Maven / Gradle / Ivy

package de.swm.commons.mobile.client.event;

import com.google.gwt.event.shared.EventHandler;
import de.swm.commons.mobile.client.widgets.IconClickEvent;

public interface IconClickHandler extends EventHandler {
	  void onIconClick(IconClickEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy