source: trunk/autoquest-core-events/src/main/java/de/ugoe/cs/autoquest/eventcore/guimodel/IShape.java @ 922

Last change on this file since 922 was 922, checked in by sherbold, 12 years ago
  • renaming of packages from de.ugoe.cs.quest to de.ugoe.cs.autoquest
File size: 283 bytes
Line 
1package de.ugoe.cs.autoquest.eventcore.guimodel;
2
3/**
4 * <p>
5 * Marker interface for GUI elements that represent any kind of shape not covered by the other
6 * marker interfaces
7 * </p>
8 *
9 * @version 1.0
10 * @author Patrick Harms
11 */
12public interface IShape extends IGUIElement {
13
14}
Note: See TracBrowser for help on using the repository browser.