Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/notifier/DiagramViewEventNotifier.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/notifier/DiagramViewEventNotifier.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/notifier/DiagramViewEventNotifier.java b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/notifier/DiagramViewEventNotifier.java
index ce55362c1be..e71deabd0be 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/notifier/DiagramViewEventNotifier.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/notifier/DiagramViewEventNotifier.java
@@ -47,7 +47,7 @@ public class DiagramViewEventNotifier {
/**
* Something happen on the tree of object
- *
+ *
* @see org.eclipse.emf.ecore.util.EContentAdapter#notifyChanged(org.eclipse.emf.common.notify.Notification)
*
* @param msg
@@ -129,7 +129,7 @@ public class DiagramViewEventNotifier {
/**
* Return true if the object is disposed.
- *
+ *
* @return
*/
public boolean isDisposed() {
@@ -158,7 +158,7 @@ public class DiagramViewEventNotifier {
/**
* Remove the specified listener from the list of listeners.
- *
+ *
* @param listener
*/
public void removeEventListener(IDiagramViewEventListener listener) {
@@ -168,7 +168,7 @@ public class DiagramViewEventNotifier {
/**
* Called by events when a {@link LayersStack} is added to the {@link LayersStackApplication}
- *
+ *
* @param msg
*/
protected void fireDiagramViewAddedEvent(Notification msg) {
@@ -179,7 +179,7 @@ public class DiagramViewEventNotifier {
/**
* Called by events when a {@link LayersStack} is added to the {@link LayersStackApplication}
- *
+ *
* @param msg
*/
protected void fireDiagramViewRemovedEvent(Notification msg) {
@@ -190,7 +190,7 @@ public class DiagramViewEventNotifier {
/**
* Get the removed diagram in case of diagramRemoved event
- *
+ *
* @param msg
* @return
*/
@@ -200,7 +200,7 @@ public class DiagramViewEventNotifier {
/**
* Get the removed diagram in case of diagramRemoved event
- *
+ *
* @param msg
* @return
*/

Back to the top