Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html
index 08971e96a3..032e8af079 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html
@@ -96,7 +96,17 @@ Interface CDOViewInvalidationEvent</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDOViewInvalidationEvent</B><DT>extends <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewEvent.html" title="interface in org.eclipse.emf.cdo.view">CDOViewEvent</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="CDOViewInvalidationEvent.html" title="&#171;interface&#187; CDOViewInvalidationEvent" alt="" coords="261,117,435,157"/>
+<area shape="rect" id="node2" href="CDOViewEvent.html" title="&#171;interface&#187; CDOViewEvent" alt="" coords="5,13,115,53"/>
+<area shape="rect" id="node3" href="../session/CDOSessionInvalidationEvent.html" title="&#171;interface&#187; CDOSessionInvalidationEvent (org.eclipse.emf.cdo.session)" alt="" coords="145,6,337,61"/>
+<area shape="rect" id="node4" href="../CDOInvalidationNotification.html" title="&#171;interface&#187; CDOInvalidationNotification (org.eclipse.emf.cdo)" alt="" coords="367,6,544,61"/>
+<area shape="rect" id="node5" href="CDOAdapterPolicy.html" title="&#171;interface&#187; CDOAdapterPolicy" alt="" coords="575,13,705,53"/>
+</map>
+
+<CENTER><IMG SRC="CDOViewInvalidationEvent.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
A <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewEvent.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view event</CODE></A> fired when passive updates (commit notifications) are being received from a remote
@@ -108,8 +118,6 @@ A <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewEvent.html" title="int
<DL>
<DT><B>Since:</B></DT>
<DD>2.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Simon McDuff</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/session/CDOSessionInvalidationEvent.html" title="interface in org.eclipse.emf.cdo.session"><CODE>CDOSessionInvalidationEvent</CODE></A>,
<A HREF="../../../../../org/eclipse/emf/cdo/CDOInvalidationNotification.html" title="interface in org.eclipse.emf.cdo"><CODE>CDOInvalidationNotification</CODE></A>,
<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view"><CODE>CDOAdapterPolicy</CODE></A><DT><B>No Implement</B></DT>

Back to the top