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

de.swm.gwt.client.asyncjs.IForwardEventWithClickEvent Maven / Gradle / Ivy

There is a newer version: 3.1
Show newest version
package de.swm.gwt.client.asyncjs;

import com.google.gwt.event.dom.client.ClickEvent;



/**
 * Ein Forward event IF welches al Paramener einen ClickHanlder nimmt.
 * 
 * @author wiese.daniel 
* copyright (C) 2011, SWM Services GmbH * */ public interface IForwardEventWithClickEvent { /** * Fuehrt das forward event aus. * * @param clickEvent * click Event. */ void execute(ClickEvent clickEvent); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy