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

Last change on this file since 786 was 786, checked in by sherbold, 12 years ago
  • code documentation
  • Property svn:executable set to *
File size: 379 bytes
Line 
1package de.ugoe.cs.quest.eventcore.gui;
2
3/**
4 * <p>
5 * Base class for all mouse interaction event types.
6 * </p>
7 *
8 * @version 1.0
9 * @author Patrick Harms
10 */
11public abstract class MouseInteraction implements IInteraction {
12
13    /**
14     * <p>
15     * Id for object serialization.
16     * </p>
17     */
18    private static final long serialVersionUID = 1L;
19
20}
Note: See TracBrowser for help on using the repository browser.