/** */ package IFML.Core.impl; import IFML.Core.ActionEvent; import IFML.Core.CorePackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Action Event</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ActionEventImpl extends CatchingEventImpl implements ActionEvent { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ActionEventImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return CorePackage.Literals.ACTION_EVENT; } } //ActionEventImpl