Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::INullSelectionListener Struct Reference

#include <berryINullSelectionListener.h>

Inheritance diagram for berry::INullSelectionListener:
Collaboration diagram for berry::INullSelectionListener:

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
 

Detailed Description

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.

See also
ISelectionListener::SelectionChanged()
IActionDelegate::SelectionChanged()
ISelectionListener

Definition at line 42 of file berryINullSelectionListener.h.

Constructor & Destructor Documentation

berry::INullSelectionListener::~INullSelectionListener ( )

Definition at line 22 of file berryINullSelectionListener.cpp.


The documentation for this struct was generated from the following files: