blob: 852eba27201ca85cb0cbdabf160dafe1600c576d [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.internal.beaninfo;
/*
*/
import org.eclipse.jem.java.JavaEvent;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Bean Event</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Event from Introspection/Reflection.
* <p>
* The BeanEvent will be under the JavaClass' events and allEvents feature. Each BeanEvent will be decorated by an EventSetDecorator.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.jem.internal.beaninfo.BeaninfoPackage#getBeanEvent()
* @model
* @generated
*/
public interface BeanEvent extends JavaEvent{
}