de.cau.cs.kieler.synccharts.listener
Class NoteSynchronizationTriggerListener
java.lang.Object
org.eclipse.emf.transaction.ResourceSetListenerImpl
org.eclipse.emf.transaction.TriggerListener
de.cau.cs.kieler.synccharts.listener.FailSafeTriggerListener
de.cau.cs.kieler.synccharts.listener.FireOnceTriggerListener
de.cau.cs.kieler.synccharts.listener.NoteSynchronizationTriggerListener
- All Implemented Interfaces:
- EventListener, ResourceSetListener, ResourceSetListener.Internal
public class NoteSynchronizationTriggerListener
- extends FireOnceTriggerListener
Listen to changes of Note elements in the GMF notation model. Such notes work like comments in
the graphical editor. This TriggerListener looks for new Notes or changed Note descritpions. If
it triggers, it adds a corresponding semantic StringAnnotation from the
AnnotationsPackage
to the corresponding semantic object
if it is an Annotatable.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoteSynchronizationTriggerListener
public NoteSynchronizationTriggerListener()
trigger
protected Command trigger(TransactionalEditingDomain domain,
Notification notification)
- Specified by:
trigger
in class TriggerListener