blob: 1295728c1135c3a3a442a39c0d5233105d99d759 [file] [log] [blame]
package org.eclipse.jem.internal.beaninfo;
/*******************************************************************************
* Copyright (c) 2001, 2003 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
*******************************************************************************/
/*
* $RCSfile: BeanEvent.java,v $
* $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $
*/
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{
}