Code Search for Developers
 
 
  

ICIGestureEvent.java from MASE: Agile Software Engineering at Krugle


Show ICIGestureEvent.java syntax highlighted

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

import java.util.List;

import ucalgary.ebe.ci.ICIInputEvent;
import ucalgary.ebe.ci.common.ICIPoint;
import ucalgary.ebe.ci.gestures.ICIGestureIndentifier;

/**
 * @author hkolenda
 * 
 */
public interface ICIGestureEvent extends ICIInputEvent {

    public ICIGestureIndentifier getGesture();

    public List<ICIPoint> getCoords();

}




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

  impl/
    CIGestureEvent.java
  ICIGestureEvent.java
  ICIGestureListener.java