Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/CDODeltaNotification.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/CDODeltaNotification.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/CDODeltaNotification.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/CDODeltaNotification.html
index 8a92efd67d..a518b09c49 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/CDODeltaNotification.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/CDODeltaNotification.html
@@ -96,7 +96,14 @@ Interface CDODeltaNotification</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDODeltaNotification</B><DT>extends <A HREF="../../../../org/eclipse/emf/cdo/CDONotification.html" title="interface in org.eclipse.emf.cdo">CDONotification</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="CDONotification.html" title="&#171;interface&#187; CDONotification" alt="" coords="20,5,135,45"/>
+<area shape="rect" id="node2" href="CDODeltaNotification.html" title="&#171;interface&#187; CDODeltaNotification" alt="" coords="5,84,149,124"/>
+</map>
+
+<CENTER><IMG SRC="CDODeltaNotification.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
This class behaves like the usual EMF Notification except for the following:
@@ -111,8 +118,6 @@ This class behaves like the usual EMF Notification except for the following:
<DL>
<DT><B>Since:</B></DT>
<DD>2.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Simon McDuff</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top