Package com._1c.g5.v8.dt.bp.scheme.ui
Interface IDiagramSelectionListener
- All Known Implementing Classes:
BpScheme
public interface IDiagramSelectionListener
Diagram selection listeners should implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectionChanged
(Collection<org.eclipse.draw2d.IFigure> selectedFigures) Event fires when diagram selection changed.
-
Method Details
-
selectionChanged
Event fires when diagram selection changed.- Parameters:
selectedFigures
- - selected at diagram figures. Can't benull
.
-