blob: e55e95df85ba8db9ee68008373ef20a159a9e820 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2005 IBM Corporation 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 Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jem.java;
/*
*/
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Java Event</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.jem.java.JavaRefPackage#getJavaEvent()
* @model abstract="true"
* @generated
*/
public interface JavaEvent extends EStructuralFeature{
}