mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* 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;
|
||||
|
||||
/**
|
||||
* Base implementation of the IDMEvent interface. It only handles the
|
||||
* required DM-Context reference.
|
||||
* Base implementation of the IDMEvent interface. Sub-classes should contain
|
||||
* specific information about the event, while this base class only identifies
|
||||
* the DM Context that is affected.
|
||||
*
|
||||
* @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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -10,12 +10,13 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.dsf.datamodel;
|
||||
|
||||
|
||||
/**
|
||||
* Common interface for events that signify changes in the data model.
|
||||
* The sub-classes should contain specific information about the event, while
|
||||
* this base class only identifies the DM Context that is affected.
|
||||
* @param <V> Data Model context type that is affected by this event.
|
||||
* Base interface for events that signify changes in the data model. The only
|
||||
* thing all such events must have in common is that they reference an
|
||||
* {@link IDMContext}
|
||||
*
|
||||
* @param <V>
|
||||
* Data Model context type that is affected by this event.
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue