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/CDOViewEventProducer.CDORolledBackTransactionEvent.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEventProducer.CDORolledBackTransactionEvent.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEventProducer.CDORolledBackTransactionEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEventProducer.CDORolledBackTransactionEvent.html
index 12c5fb8b05..55c7e06b7c 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEventProducer.CDORolledBackTransactionEvent.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEventProducer.CDORolledBackTransactionEvent.html
@@ -5,7 +5,7 @@
<title>CDOViewEventProducer.CDORolledBackTransactionEvent (CDO Model Repository Documentation)</title>
<meta http-equiv="Content-Type" content="">
-<meta name="dc.created" content="2021-08-27">
+<meta name="dc.created" content="2021-09-08">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -153,6 +153,9 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
<pre>public static final class <span class="typeNameLabel">CDOViewEventProducer.CDORolledBackTransactionEvent</span>
extends org.eclipse.net4j.util.event.Event
implements <a href="CDOViewEvent.html" title="interface in org.eclipse.emf.cdo.view">CDOViewEvent</a></pre>
+<div class="block">An <a href="CDOViewEvent.html" title="interface in org.eclipse.emf.cdo.view"><code>event</code></a> fired from a <a href="CDOViewEventProducer.html" title="class in org.eclipse.emf.cdo.view"><code>view event producer</code></a> when
+ <a href="../transaction/CDOTransactionHandler2.html#rolledBackTransaction(org.eclipse.emf.cdo.transaction.CDOTransaction)"><code>CDOTransactionHandler2.rolledBackTransaction()</code></a>
+ was called.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Eike Stepper</dd>

Back to the top