Class PropagateFigureListenerAtConnectionFigure

java.lang.Object
org.palladiosimulator.editors.sirius.custom.style.rotatable.editPart.listener.PropagateFigureListenerAtConnectionFigure
All Implemented Interfaces:
org.eclipse.gef.NodeListener

public class PropagateFigureListenerAtConnectionFigure extends Object implements org.eclipse.gef.NodeListener
  • Constructor Details

    • PropagateFigureListenerAtConnectionFigure

      public PropagateFigureListenerAtConnectionFigure(org.eclipse.draw2d.FigureListener figureListener)
      Constructor.
  • Method Details

    • removingSourceConnection

      public void removingSourceConnection(org.eclipse.gef.ConnectionEditPart connection, int index)
      Specified by:
      removingSourceConnection in interface org.eclipse.gef.NodeListener
    • removingTargetConnection

      public void removingTargetConnection(org.eclipse.gef.ConnectionEditPart connection, int index)
      Specified by:
      removingTargetConnection in interface org.eclipse.gef.NodeListener
    • sourceConnectionAdded

      public void sourceConnectionAdded(org.eclipse.gef.ConnectionEditPart connection, int index)
      Specified by:
      sourceConnectionAdded in interface org.eclipse.gef.NodeListener
    • targetConnectionAdded

      public void targetConnectionAdded(org.eclipse.gef.ConnectionEditPart connection, int index)
      Specified by:
      targetConnectionAdded in interface org.eclipse.gef.NodeListener