/* * Copyright (c) 2005, 2011 IBM Corporation, CEA, 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: * IBM - initial API and implementation * Kenn Hussey (CEA) - 327039 * * $Id: AnyReceiveEvent.java,v 1.3 2007/02/14 19:57:26 khussey Exp $ */ package org.eclipse.uml2.uml; /** * * A representation of the model object 'Any Receive Event'. * * * * A trigger for an AnyReceiveEvent is triggered by the receipt of any message that is not explicitly handled by any related trigger. * * * * @see org.eclipse.uml2.uml.UMLPackage#getAnyReceiveEvent() * @model * @generated */ public interface AnyReceiveEvent extends MessageEvent { // no methods } // AnyReceiveEvent