open_iA 2025.6
Loading...
Searching...
No Matches
iASimpleAbortListener Class Reference

Simplest implementation of an iAAbortListener, it holds a boolean flag that is set by the abort method. More...

#include <iAAbortListener.h>

Inheritance diagram for iASimpleAbortListener:
[legend]
Collaboration diagram for iASimpleAbortListener:
[legend]

Public Member Functions

 iASimpleAbortListener ()
 
void abort () override
 
bool isAborted () const
 
- Public Member Functions inherited from iAAbortListener
virtual ~iAAbortListener ()
 

Detailed Description

Simplest implementation of an iAAbortListener, it holds a boolean flag that is set by the abort method.

Users can determine whether abort was called through the isAborted method Implementation can be found in iAJobListView.cpp

Constructor & Destructor Documentation

◆ iASimpleAbortListener()

iASimpleAbortListener::iASimpleAbortListener ( )

Member Function Documentation

◆ abort()

void iASimpleAbortListener::abort ( )
overridevirtual

Implements iAAbortListener.

◆ isAborted()

bool iASimpleAbortListener::isAborted ( ) const

The documentation for this class was generated from the following files: