Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryIStateListener.h>
Classes | |
struct | Events |
Public Member Functions | |
virtual | ~IStateListener () |
virtual void | HandleStateChange (const SmartPointer< State > &state, const SmartPointer< Object > &oldValue)=0 |
A listener to changes in some state.
Clients may implement, but must not extend this interface.
Definition at line 36 of file berryIStateListener.h.
|
virtual |
|
pure virtual |
Handles a change to the value in some state.
state | The state that has changed; never null . The value for this state has been updated to the new value. |
oldValue | The old value; may be anything. |