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

#include <berryICommandCategoryListener.h>

Classes

struct  Events
 

Public Member Functions

virtual ~ICommandCategoryListener ()
 
virtual void CategoryChanged (const SmartPointer< const CommandCategoryEvent > &categoryEvent)=0
 

Detailed Description

An instance of this interface can be used by clients to receive notification of changes to one or more instances of Category.

This interface may be implemented by clients.

See also
CommandCategory::AddCategoryListener(ICommandCategoryListener)
CommandCategory::RemoveCategoryListener(ICommandCategoryListener)

Definition at line 39 of file berryICommandCategoryListener.h.

Constructor & Destructor Documentation

berry::ICommandCategoryListener::~ICommandCategoryListener ( )
virtual

Definition at line 42 of file berryICommandCategoryListener.cpp.

Member Function Documentation

virtual void berry::ICommandCategoryListener::CategoryChanged ( const SmartPointer< const CommandCategoryEvent > &  categoryEvent)
pure virtual

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

Parameters
categoryEventthe category event. Guaranteed not to be null.

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


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