de.cau.cs.kieler.synccharts.text.interfaces.bridge
Class TriggerListenerChangedState

java.lang.Object
  extended by org.eclipse.emf.transaction.ResourceSetListenerImpl
      extended by org.eclipse.emf.transaction.TriggerListener
          extended by de.cau.cs.kieler.synccharts.listener.FailSafeTriggerListener
              extended by de.cau.cs.kieler.synccharts.listener.FireOnceTriggerListener
                  extended by de.cau.cs.kieler.synccharts.text.interfaces.bridge.TriggerListenerChangedState
All Implemented Interfaces:
EventListener, ResourceSetListener, ResourceSetListener.Internal

Deprecated. shouldnt be needed any more

public class TriggerListenerChangedState
extends FireOnceTriggerListener

Listens to State ADD events, for instance adding an ABRO. Checks all newly added states and regions for consistency between the interface declaration and the containing signals/variables.

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.transaction.ResourceSetListener
ResourceSetListener.Internal
 
Field Summary
 
Fields inherited from class de.cau.cs.kieler.synccharts.listener.FireOnceTriggerListener
transaction
 
Constructor Summary
TriggerListenerChangedState()
          Deprecated. Constructor.
 
Method Summary
protected  Command trigger(TransactionalEditingDomain domain, Notification notification)
          Deprecated. 
 
Methods inherited from class de.cau.cs.kieler.synccharts.listener.FireOnceTriggerListener
transactionAboutToCommit
 
Methods inherited from class org.eclipse.emf.transaction.TriggerListener
isPrecommitOnly
 
Methods inherited from class org.eclipse.emf.transaction.ResourceSetListenerImpl
getFilter, getTarget, isAggregatePrecommitListener, isPostcommitOnly, resourceSetChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerListenerChangedState

public TriggerListenerChangedState()
Deprecated. 
Constructor. Create filter for interface declaration element.

Method Detail

trigger

protected Command trigger(TransactionalEditingDomain domain,
                          Notification notification)
Deprecated. 

Specified by:
trigger in class TriggerListener