Medical Imaging Interaction Toolkit  2016.11.0
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 41 of file berryIParameterTypeListener.h.

Constructor & Destructor Documentation

berry::IParameterTypeListener::~IParameterTypeListener ( )
virtual

Definition at line 42 of file berryIParameterTypeListener.cpp.

Member Function Documentation

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.

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


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