Code Search for Developers
 
 
  

ICIInputEvent.java from MASE: Agile Software Engineering at Krugle


Show ICIInputEvent.java syntax highlighted

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

/**
 * @author hkolenda
 *
 */
public interface ICIInputEvent {
    
    /** Returns the id of the input devices, which is responsible for the event
     * 
     * @return the id of the deivce, responsible for the event
     */
    public int getID();

}




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

  AgilePlanner/
    gestures/
      AgilePlannerGestureTable.java
      MoveAndRotateWith2InputRecognizer.java
    APInputFramework.java
    APInputFrameworkConfig.java
    AgilePlannerGestures.java
    AgilePlannerGesturesAdapter.java
  common/
    ICIPoint.java
    MouseCoordList.java
    Point.java
    Positions.java
  gestures/
    events/
      impl/
        CIGestureEvent.java
      ICIGestureEvent.java
      ICIGestureListener.java
    helpers/
      PointCalculations.java
    impl/
      AbstractCIGestureProvider.java
      Gesture.java
      MultiInputGestureProvider.java
    input/
      mouse/
        MouseProviderInput.java
      swt/
        SWTMouseInput.java
        SWTMouseWithKeyComboInput.java
        SWTMouseWithKeyInput.java
      AbstractGestureInput.java
      AbstractTimedInput.java
      GestureInput.java
      GestureInputListener.java
    recognition/
      direction/
        AbsoluteCoordsRecongition.java
        DirectionReconizer.java
        Directions.java
        IDirectionRecognizer.java
        IGestureTable.java
        MouseDirectionList.java
      distance/
        DistanceRecognition.java
      position/
        PositionRecognizer.java
      IGestureRecognizer.java
    DefaultGestures.java
    DefaultGesturesAdapter.java
    ICIGestureIndentifier.java
    ICIGestureProvider.java
  mice/
    events/
      impl/
        CIMouseEvent.java
      ICIMouseEvent.java
      ICIMouseListener.java
      ICIMouseMoveListener.java
      ICIMouseScrollEvent.java
      ICIMouseScrollListener.java
    impl/
      manymouse/
        ManyMouseConstants.java
        ManyMouseWrapper.java
        MousePointerData.java
        SWTManyMouseWrapper.java
      AbstractCIMouseProvider.java
    ICIMouseProvider.java
  ICIInputEvent.java
  ICIInputProvider.java