Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryICommandCategoryListener.h>
Classes | |
struct | Events |
Public Member Functions | |
virtual | ~ICommandCategoryListener () |
virtual void | CategoryChanged (const SmartPointer< const CommandCategoryEvent > &categoryEvent)=0 |
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.
Definition at line 35 of file berryICommandCategoryListener.h.
|
virtual |
|
pure virtual |
Notifies that one or more properties of an instance of CommandCategory
have changed. Specific details are described in the CommandCategoryEvent
.
categoryEvent | the category event. Guaranteed not to be null . |