Medical Imaging Interaction Toolkit  2023.12.99-63768887
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 () 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: