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