source: trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/gui/MouseInteraction.java @ 544

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

first version of interaction types for GUI events

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