package de.ugoe.cs.quest.eventcore.guimodel; /** *

* marker interface for GUI elements that represent a radio button *

* * @author Patrick Harms */ public interface IRadioButton extends IGUIElement { }