com.change_vision.jude.api.inf.view
Interface IDiagramEditorSelectionListener

com.change_vision.jude.api.inf.view.IDiagramEditorSelectionListener

public IDiagramEditorSelectionListener

Listener interface to know the timing when the state of selection DiagramEditor was changed.

Since:
6.4.4

Method Summary
abstract  void diagramEditorSelectionChanged(IDiagramEditorSelectionEvent e)
          Selection of diagram editors were changed.
 

Method Detail

diagramEditorSelectionChanged

abstract void diagramEditorSelectionChanged(IDiagramEditorSelectionEvent e)
Selection of diagram editors were changed.

Parameters:
e - Selection event. It has no attribute currently.
Since:
6.6.4