Medical Imaging Interaction Toolkit
2022.10.99-65af2799
Medical Imaging Interaction Toolkit
|
#include <berryIParameterTypeListener.h>
Classes | |
struct | Events |
Public Member Functions | |
virtual | ~IParameterTypeListener () |
virtual void | ParameterTypeChanged (const SmartPointer< const ParameterTypeEvent > ¶meterTypeEvent)=0 |
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.
Definition at line 37 of file berryIParameterTypeListener.h.
|
virtual |
|
pure virtual |
Notifies that one or more properties of an instance of ParameterType have changed. Specific details are described in the ParameterTypeEvent.
parameterTypeEvent | the event. Guaranteed not to be null . |