Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berry::IExecutionListenerWithChecks::Events Struct Reference

#include <berryIExecutionListenerWithChecks.h>

Inheritance diagram for berry::IExecutionListenerWithChecks::Events:
Collaboration diagram for berry::IExecutionListenerWithChecks::Events:

Public Member Functions

void AddListener (IExecutionListener *listener) override
 
void RemoveListener (IExecutionListener *listener) override
 
bool HasListeners () const override
 
bool IsEmpty () const override
 
- Public Member Functions inherited from berry::IExecutionListener::Events
virtual ~Events ()
 

Public Attributes

Message2< const QString &, const NotDefinedException * > notDefined
 
Message2< const QString &, const NotEnabledException * > notEnabled
 
- Public Attributes inherited from berry::IExecutionListener::Events
Message2< const QString &, const NotHandledException * > notHandled
 
Message2< const QString &, const ExecutionException * > postExecuteFailure
 
Message2< const QString &, const Object::Pointer & > postExecuteSuccess
 
Message2< const QString &, const SmartPointer< const ExecutionEvent > & > preExecute
 

Detailed Description

Definition at line 36 of file berryIExecutionListenerWithChecks.h.

Member Function Documentation

◆ AddListener()

void berry::IExecutionListenerWithChecks::Events::AddListener ( IExecutionListener listener)
overridevirtual

Reimplemented from berry::IExecutionListener::Events.

◆ HasListeners()

bool berry::IExecutionListenerWithChecks::Events::HasListeners ( ) const
overridevirtual

Reimplemented from berry::IExecutionListener::Events.

◆ IsEmpty()

bool berry::IExecutionListenerWithChecks::Events::IsEmpty ( ) const
overridevirtual

Reimplemented from berry::IExecutionListener::Events.

◆ RemoveListener()

void berry::IExecutionListenerWithChecks::Events::RemoveListener ( IExecutionListener listener)
overridevirtual

Reimplemented from berry::IExecutionListener::Events.

Member Data Documentation

◆ notDefined

Message2<const QString&, const NotDefinedException*> berry::IExecutionListenerWithChecks::Events::notDefined

Definition at line 38 of file berryIExecutionListenerWithChecks.h.

◆ notEnabled

Message2<const QString&, const NotEnabledException*> berry::IExecutionListenerWithChecks::Events::notEnabled

Definition at line 39 of file berryIExecutionListenerWithChecks.h.


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