Medical Imaging Interaction Toolkit
2016.11.0
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 41 of file berryIHandlerListener.h.
|
virtual |
Definition at line 42 of file berryIHandlerListener.cpp.
|
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 . |
Referenced by berry::IHandlerListener::Events::AddListener(), and berry::IHandlerListener::Events::RemoveListener().