Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
berry::INullSelectionListener Struct Reference

#include <berryINullSelectionListener.h>

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

Public Member Functions

 ~INullSelectionListener () override
 
- 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 38 of file berryINullSelectionListener.h.

Constructor & Destructor Documentation

◆ ~INullSelectionListener()

berry::INullSelectionListener::~INullSelectionListener ( )
override

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