blob: b2ff7c7d8fe96e9d205f98f3e702a641af588128 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2016 CEA LIST and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.moka.fuml.Semantics.Actions.CompleteActions;
import org.eclipse.papyrus.moka.fuml.Semantics.CommonBehaviors.Communications.IEventAccepter;
public interface IAcceptEventActionEventAccepter extends IEventAccepter {
public IAcceptEventActionActivation getActionActivation();
public void setAcceptEventActionActivation(IAcceptEventActionActivation actionActivation);
}