source: trunk/quest-core-events-patrick/src/main/java/de/ugoe/cs/quest/eventcore/userinteraction/MouseInteraction.java @ 449

Last change on this file since 449 was 449, checked in by pharms, 12 years ago

Initial import.

  • Property svn:executable set to *
File size: 877 bytes
Line 
1//-------------------------------------------------------------------------------------------------
2// Module    : $RCSfile: Click.java,v $
3// Version   : $Revision: 0.0 $  $Author: Patrick $  $Date: 06.11.2011 10:28:39 $
4// Project   : TaskTreePerformanceTest
5// Creation  : 2011 by Patrick
6// Copyright : Patrick Harms, 2011
7//-------------------------------------------------------------------------------------------------
8
9package de.ugoe.cs.quest.eventcore.userinteraction;
10
11//-------------------------------------------------------------------------------------------------
12/**
13 * TODO comment
14 *
15 * @version $Revision: $ $Date: $
16 * @author  2011, last modified by $Author: $
17 */
18//-------------------------------------------------------------------------------------------------
19public abstract class MouseInteraction implements Interaction
20{
21
22}
Note: See TracBrowser for help on using the repository browser.