blob: 6f1fd3a0ce5d52d2044b8330f5697bc0fa0166d2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jem.internal.beaninfo;
/*
* $RCSfile: BeanEvent.java,v $
* $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $
*/
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.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.jem.internal.beaninfo.BeaninfoPackage#getBeanEvent()
* @model
* @generated
*/
public interface BeanEvent extends JavaEvent{
}