Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html
index 2083adcbd5..db5d4cd429 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html
@@ -96,7 +96,15 @@ Interface CDOBranchHandler</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDOBranchHandler</B></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../spi/common/CDOReplicationContext.html" title="&#171;interface&#187; CDOReplicationContext (org.eclipse.emf.cdo.spi.common)" alt="" coords="5,102,224,157"/>
+<area shape="rect" id="node2" href="CDOBranchManager.html" title="&#171;interface&#187; CDOBranchManager" alt="" coords="253,109,395,149"/>
+<area shape="rect" id="node3" href="CDOBranchHandler.html" title="&#171;interface&#187; CDOBranchHandler" alt="" coords="151,5,285,45"/>
+</map>
+
+<CENTER><IMG SRC="CDOBranchHandler.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
A call-back interface that indicates the ability to <i>handle</i> branches that are passed from other entities.
@@ -106,8 +114,6 @@ A call-back interface that indicates the ability to <i>handle</i> branches that
<DL>
<DT><B>Since:</B></DT>
<DD>3.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchManager.html#getBranches(int, int, org.eclipse.emf.cdo.common.branch.CDOBranchHandler)"><CODE>CDOBranchManager.getBranches(int, int, CDOBranchHandler)</CODE></A></DL>
<HR>

Back to the top