Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
berry::ICommandCategoryListener Struct Referenceabstract

#include <berryICommandCategoryListener.h>

Classes

struct  Events
 

Public Member Functions

virtual ~ICommandCategoryListener ()
 
virtual void CategoryChanged (const SmartPointer< const CommandCategoryEvent > &categoryEvent)=0
 

Detailed Description

An instance of this interface can be used by clients to receive notification of changes to one or more instances of Category.

This interface may be implemented by clients.

See also
CommandCategory::AddCategoryListener(ICommandCategoryListener)
CommandCategory::RemoveCategoryListener(ICommandCategoryListener)

Definition at line 35 of file berryICommandCategoryListener.h.

Constructor & Destructor Documentation

◆ ~ICommandCategoryListener()

virtual berry::ICommandCategoryListener::~ICommandCategoryListener ( )
virtual

Member Function Documentation

◆ CategoryChanged()

virtual void berry::ICommandCategoryListener::CategoryChanged ( const SmartPointer< const CommandCategoryEvent > &  categoryEvent)
pure virtual

Notifies that one or more properties of an instance of CommandCategory have changed. Specific details are described in the CommandCategoryEvent.

Parameters
categoryEventthe category event. Guaranteed not to be null.

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