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