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

com.sksamuel.jqm4gwt.events.TapHoldHandler Maven / Gradle / Ivy

package com.sksamuel.jqm4gwt.events;

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

/**
 * Handler interface for {@link TapHoldEvent} events.
 * 
 * @author Andrei Costescu [email protected] 31 Oct 2013
 */
public interface TapHoldHandler extends EventHandler {

	/**
	 * Called when a {@link TapHoldEvent} is fired.
	 * 
	 * @param event
	 *            the {@link TapHoldEvent} that was fired
	 */
	void onTapHold(TapHoldEvent event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy