|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <berryICommandManagerListener.h>
Classes | |
| struct | Events |
Public Member Functions | |
| virtual | ~ICommandManagerListener () |
| virtual void | CommandManagerChanged (const SmartPointer< const CommandManagerEvent > &commandManagerEvent)=0 |
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandManager.
This interface may be implemented by clients.
Definition at line 37 of file berryICommandManagerListener.h.
|
virtual |
|
pure virtual |
Notifies that one or more properties of an instance of ICommandManager have changed. Specific details are described in the CommandManagerEvent.
| commandManagerEvent | the commandManager event. Guaranteed not to be null. |