Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berryINullSelectionListener.h>
Public Member Functions | |
~INullSelectionListener () override | |
![]() | |
virtual | ~ISelectionListener () |
virtual void | SelectionChanged (const IWorkbenchPart::Pointer &part, const ISelection::ConstPointer &selection)=0 |
Interface for listening to null
selection changes.
This interface should be implemented by selection listeners that want to be notified when the selection becomes null
. It has no methods. It simply indicates the desire to receive null
selection events through the existing SelectionChanged()
method. Either the part or the selection may be null
.
Definition at line 38 of file berryINullSelectionListener.h.
|
override |
Definition at line 18 of file berryINullSelectionListener.cpp.