de.cau.cs.kieler.synccharts.listener
Class TriggerListenerDebug

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.TriggerListenerDebug
All Implemented Interfaces:
EventListener, ResourceSetListener, ResourceSetListener.Internal

public class TriggerListenerDebug
extends TriggerListener

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.transaction.ResourceSetListener
ResourceSetListener.Internal
 
Constructor Summary
TriggerListenerDebug()
           
TriggerListenerDebug(NotificationFilter filter)
           
 
Method Summary
protected  Command trigger(TransactionalEditingDomain domain, Notification notification)
           
 
Methods inherited from class org.eclipse.emf.transaction.TriggerListener
isPrecommitOnly, transactionAboutToCommit
 
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

TriggerListenerDebug

public TriggerListenerDebug()

TriggerListenerDebug

public TriggerListenerDebug(NotificationFilter filter)
Method Detail

trigger

protected Command trigger(TransactionalEditingDomain domain,
                          Notification notification)
Specified by:
trigger in class TriggerListener