mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +02:00
Documentation enhancements
This commit is contained in:
parent
cf9c80f17e
commit
9109854953
2 changed files with 11 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006, 2007 Wind River Systems and others.
|
* Copyright (c) 2006, 2009 Wind River Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -13,8 +13,9 @@ package org.eclipse.cdt.dsf.datamodel;
|
||||||
import org.eclipse.cdt.dsf.concurrent.Immutable;
|
import org.eclipse.cdt.dsf.concurrent.Immutable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base implementation of the IDMEvent interface. It only handles the
|
* Base implementation of the IDMEvent interface. Sub-classes should contain
|
||||||
* required DM-Context reference.
|
* specific information about the event, while this base class only identifies
|
||||||
|
* the DM Context that is affected.
|
||||||
*
|
*
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006, 2007 Wind River Systems and others.
|
* Copyright (c) 2006, 2009 Wind River Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -10,12 +10,13 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.dsf.datamodel;
|
package org.eclipse.cdt.dsf.datamodel;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Common interface for events that signify changes in the data model.
|
* Base interface for events that signify changes in the data model. The only
|
||||||
* The sub-classes should contain specific information about the event, while
|
* thing all such events must have in common is that they reference an
|
||||||
* this base class only identifies the DM Context that is affected.
|
* {@link IDMContext}
|
||||||
* @param <V> Data Model context type that is affected by this event.
|
*
|
||||||
|
* @param <V>
|
||||||
|
* Data Model context type that is affected by this event.
|
||||||
*
|
*
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue