Interface IDiagramSelectionListener

  • All Known Implementing Classes:
    BpScheme

    public interface IDiagramSelectionListener
    Diagram selection listeners should implement this interface.
    • Method Detail

      • selectionChanged

        void selectionChanged​(Collection<org.eclipse.draw2d.IFigure> selectedFigures)
        Event fires when diagram selection changed.
        Parameters:
        selectedFigures - - selected at diagram figures. Can't be null.