Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::ICommandManagerListener Struct Referenceabstract

#include <berryICommandManagerListener.h>

Classes

struct  Events
 

Public Member Functions

virtual ~ICommandManagerListener ()
 
virtual void CommandManagerChanged (const SmartPointer< const CommandManagerEvent > &commandManagerEvent)=0
 

Detailed Description

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.

See also
CommandManager::addCommandManagerListener(ICommandManagerListener)
CommandManager::removeCommandManagerListener(ICommandManagerListener)

Definition at line 41 of file berryICommandManagerListener.h.

Constructor & Destructor Documentation

berry::ICommandManagerListener::~ICommandManagerListener ( )
virtual

Definition at line 38 of file berryICommandManagerListener.cpp.

Member Function Documentation

virtual void berry::ICommandManagerListener::CommandManagerChanged ( const SmartPointer< const CommandManagerEvent > &  commandManagerEvent)
pure virtual

Notifies that one or more properties of an instance of ICommandManager have changed. Specific details are described in the CommandManagerEvent.

Parameters
commandManagerEventthe commandManager event. Guaranteed not to be null.

Referenced by berry::ICommandManagerListener::Events::AddListener(), and berry::ICommandManagerListener::Events::RemoveListener().


The documentation for this struct was generated from the following files: