Code Search for Developers
 
 
  

GestureInput.java from MASE: Agile Software Engineering at Krugle


Show GestureInput.java syntax highlighted

/**
 * 
 */
package ucalgary.ebe.ci.gestures.input;

/**
 * @author hkolenda
 *
 */
public interface GestureInput {

       public void setGestureInputListener(GestureInputListener listener);
       
       public boolean isGestureRunning();
    
}




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  mouse/
    MouseProviderInput.java
  swt/
    SWTMouseInput.java
    SWTMouseWithKeyComboInput.java
    SWTMouseWithKeyInput.java
  AbstractGestureInput.java
  AbstractTimedInput.java
  GestureInput.java
  GestureInputListener.java