Medical Imaging Interaction Toolkit
2016.11.0
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 39 of file berryICommandCategoryListener.h.
|
virtual |
Definition at line 42 of file berryICommandCategoryListener.cpp.
|
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 . |
Referenced by berry::ICommandCategoryListener::Events::AddListener(), and berry::ICommandCategoryListener::Events::RemoveListener().