Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
berry::IHandlerListener Struct Referenceabstract

#include <berryIHandlerListener.h>

Inheritance diagram for berry::IHandlerListener:

Classes

struct  Events
 

Public Member Functions

virtual ~IHandlerListener ()
 
virtual void HandlerChanged (const SmartPointer< HandlerEvent > &handlerEvent)=0
 

Detailed Description

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.

See also
IHandler::addHandlerListener(IHandlerListener)
IHandler::removeHandlerListener(IHandlerListener)

Definition at line 37 of file berryIHandlerListener.h.

Constructor & Destructor Documentation

◆ ~IHandlerListener()

virtual berry::IHandlerListener::~IHandlerListener ( )
virtual

Member Function Documentation

◆ HandlerChanged()

virtual void berry::IHandlerListener::HandlerChanged ( const SmartPointer< HandlerEvent > &  handlerEvent)
pure virtual

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

Parameters
handlerEventthe handler event. Guaranteed not to be null.

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