source: trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/ICanvas.java @ 831

Last change on this file since 831 was 831, checked in by sherbold, 12 years ago
  • code documentation and clean-up
File size: 273 bytes
Line 
1package de.ugoe.cs.quest.eventcore.guimodel;
2
3/**
4 * <p>
5 * Marker interface for GUI elements that represent a canvas, i.e. something to display data or
6 * media
7 * </p>
8 *
9 * @version 1.0
10 * @author Patrick Harms
11 */
12public interface ICanvas extends IGUIElement {
13   
14}
Note: See TracBrowser for help on using the repository browser.