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

#include <berryIParameterTypeListener.h>

Classes

struct  Events
 

Public Member Functions

virtual ~IParameterTypeListener ()
 
virtual void ParameterTypeChanged (const SmartPointer< const ParameterTypeEvent > &parameterTypeEvent)=0
 

Detailed Description

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

This interface may be implemented by clients.

See also
ParameterType::AddListener(IParameterTypeListener::Pointer)
ParameterType::RemoveListener(IParameterTypeListener::Pointer)

Definition at line 37 of file berryIParameterTypeListener.h.

Constructor & Destructor Documentation

◆ ~IParameterTypeListener()

virtual berry::IParameterTypeListener::~IParameterTypeListener ( )
virtual

Member Function Documentation

◆ ParameterTypeChanged()

virtual void berry::IParameterTypeListener::ParameterTypeChanged ( const SmartPointer< const ParameterTypeEvent > &  parameterTypeEvent)
pure virtual

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

Parameters
parameterTypeEventthe event. Guaranteed not to be null.

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