package de.ugoe.cs.quest.plugin.mfc.guimodel; import de.ugoe.cs.quest.eventcore.guimodel.IButton; /** *

* TODO comment *

* * @version $Revision: $ $Date: 21.08.2012$ * @author 2012, last modified by $Author: pharms$ */ public class MFCButton extends MFCGUIElement implements IButton { /** */ private static final long serialVersionUID = 1L; /** *

* TODO: comment *

* * @param specification */ public MFCButton(MFCGUIElementSpec specification, MFCGUIElement parent) { super(specification, parent); } }