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

Last change on this file since 545 was 545, checked in by pharms, 12 years ago
  • first version of event targets for GUI events including the GUI model management and the support for the instantiation of default GUI elements
File size: 427 bytes
Line 
1// Module    : $RCSfile: TrackBar.java,v $
2// Version   : $Revision: 0.0 $  $Author: patrick $  $Date: 28.04.2012 $
3// Project   : GUIModel
4// Creation  : 2012 by patrick
5// Copyright : Patrick Harms, 2012
6
7package de.ugoe.cs.quest.eventcore.guimodel;
8
9/**
10 * TODO comment
11 *
12 * @version $Revision: $ $Date: 28.04.2012$
13 * @author 2012, last modified by $Author: patrick$
14 */
15public interface IButton extends IGUIElement {
16
17}
Note: See TracBrowser for help on using the repository browser.