View Javadoc

1   package net.sf.josceleton.motion.api.gesture.hitwall;
2   
3   import net.sf.josceleton.motion.api.gesture.JointableGesture;
4   
5   /**
6    * @since 0.4
7    */
8   public interface HitWallGesture
9   	extends JointableGesture<HitWallConfig, HitWallListener> {
10  	
11  	// async only
12  	
13  }