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

Last change on this file since 821 was 748, checked in by pharms, 12 years ago
  • added some simple java doc comments
File size: 220 bytes
RevLine 
[740]1package de.ugoe.cs.quest.eventcore.guimodel;
2
3/**
[748]4 * <p>
5 * marker interface for GUI elements that represent a radio button
6 * </p>
[740]7 *
[748]8 * @author Patrick Harms
[740]9 */
10public interface IRadioButton extends IGUIElement {
11
12}
Note: See TracBrowser for help on using the repository browser.