// Module : $RCSfile: MFCButton.java,v $ // Version : $Revision: 0.0 $ $Author: pharms $ $Date: 21.08.2012 $ // Project : quest-plugin-mfc-blub // Creation : 2012 by pharms // Copyright : Patrick Harms, 2012 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); } }