Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
berry::ICommandListener Struct Referenceabstract

#include <berryICommandListener.h>

Classes

struct  Events
 

Public Member Functions

virtual ~ICommandListener ()
 
virtual void CommandChanged (const SmartPointer< const CommandEvent > &commandEvent)=0
 

Detailed Description

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.

See also
Command::addCommandListener(ICommandListener)
Command::removeCommandListener(ICommandListener)

Definition at line 37 of file berryICommandListener.h.

Constructor & Destructor Documentation

◆ ~ICommandListener()

virtual berry::ICommandListener::~ICommandListener ( )
virtual

Member Function Documentation

◆ CommandChanged()

virtual void berry::ICommandListener::CommandChanged ( const SmartPointer< const CommandEvent > &  commandEvent)
pure virtual

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

Parameters
commandEventthe command event. Guaranteed not to be null.

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