|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <berryIHandlerListener.h>

Classes | |
| struct | Events |
Public Member Functions | |
| virtual | ~IHandlerListener () |
| virtual void | HandlerChanged (const SmartPointer< HandlerEvent > &handlerEvent)=0 |
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IHandler.
This interface may be implemented by clients.
Definition at line 37 of file berryIHandlerListener.h.
|
virtual |
|
pure virtual |
Notifies that one or more properties of an instance of IHandler have changed. Specific details are described in the HandlerEvent.
| handlerEvent | the handler event. Guaranteed not to be null. |