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

com.change_vision.jude.api.inf.view.IEntitySelectionListener

public IEntitySelectionListener

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

Since:
6.6

Method Summary
abstract  void entitySelectionChanged(IEntitySelectionEvent e)
          Selection of entities were changed.
 

Method Detail

entitySelectionChanged

abstract void entitySelectionChanged(IEntitySelectionEvent e)
Selection of entities were changed.

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