Code Search for Developers
 
 
  

ICIGestureListener.java from MASE: Agile Software Engineering at Krugle


Show ICIGestureListener.java syntax highlighted

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

import java.util.EventListener;

/**
 * @author hkolenda
 * 
 */
public interface ICIGestureListener extends EventListener {

    public void gestureReleased(ICIGestureEvent e);
}



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