Class MyResourceSetListener

java.lang.Object
org.eclipse.emf.transaction.ResourceSetListenerImpl
org.palladiosimulator.editors.sirius.custom.validation.MyResourceSetListener
All Implemented Interfaces:
EventListener, org.eclipse.emf.transaction.ResourceSetListener, org.eclipse.emf.transaction.ResourceSetListener.Internal

public class MyResourceSetListener extends org.eclipse.emf.transaction.ResourceSetListenerImpl
Triggers a custom validation that shows errors for semantic elements that do not have a diagram element representation FIXME: needed only until https://bugs.eclipse.org/bugs/show_bug.cgi?id=447666 is fixed.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.emf.transaction.ResourceSetListener

    org.eclipse.emf.transaction.ResourceSetListener.Internal
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    resourceSetChanged(org.eclipse.emf.transaction.ResourceSetChangeEvent event)
     

    Methods inherited from class org.eclipse.emf.transaction.ResourceSetListenerImpl

    getFilter, getTarget, isAggregatePrecommitListener, isPostcommitOnly, isPrecommitOnly, setTarget, transactionAboutToCommit, unsetTarget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MyResourceSetListener

      public MyResourceSetListener()
  • Method Details

    • resourceSetChanged

      public void resourceSetChanged(org.eclipse.emf.transaction.ResourceSetChangeEvent event)
      Specified by:
      resourceSetChanged in interface org.eclipse.emf.transaction.ResourceSetListener
      Overrides:
      resourceSetChanged in class org.eclipse.emf.transaction.ResourceSetListenerImpl