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