Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryINullSelectionListener.h>
Public Member Functions | |
~INullSelectionListener () | |
Public Member Functions inherited from berry::ISelectionListener | |
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 42 of file berryINullSelectionListener.h.
berry::INullSelectionListener::~INullSelectionListener | ( | ) |
Definition at line 22 of file berryINullSelectionListener.cpp.