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

scaffold.libs_as.org.gestouch.gestures.AbstractDiscreteGesture.as Maven / Gradle / Ivy

package org.gestouch.gestures
{
	import org.gestouch.gestures.Gesture;

	/**
	 * Dispatched when the state of the gesture changes to GestureState.RECOGNIZED.
	 *
	 * @eventType org.gestouch.events.GestureEvent
	 * @see #state
	 */
	[Event(name="gestureRecognized", type="org.gestouch.events.GestureEvent")]
	/**
	 * @author Pavel fljot
	 */ public class AbstractDiscreteGesture extends Gesture
	{
		public function AbstractDiscreteGesture( target : Object = null )
		{
			super( target );
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy