LibreOffice Module sw (master) 1
Public Member Functions | Protected Member Functions | List of all members
IFinishedThreadListener Class Referenceabstract

interface class to listen on the finish of a thread More...

#include <ifinishedthreadlistener.hxx>

Inheritance diagram for IFinishedThreadListener:
[legend]

Public Member Functions

virtual ~IFinishedThreadListener ()
 
virtual void NotifyAboutFinishedThread (const oslInterlockedCount nThreadID)=0
 

Protected Member Functions

 IFinishedThreadListener ()
 

Detailed Description

interface class to listen on the finish of a thread

OD 2007-03-30 #i73788# Note: The thread provides its ThreadID on the finish notification

Definition at line 30 of file ifinishedthreadlistener.hxx.

Constructor & Destructor Documentation

◆ ~IFinishedThreadListener()

virtual IFinishedThreadListener::~IFinishedThreadListener ( )
inlinevirtual

Definition at line 33 of file ifinishedthreadlistener.hxx.

◆ IFinishedThreadListener()

IFinishedThreadListener::IFinishedThreadListener ( )
inlineprotected

Definition at line 40 of file ifinishedthreadlistener.hxx.

Member Function Documentation

◆ NotifyAboutFinishedThread()

virtual void IFinishedThreadListener::NotifyAboutFinishedThread ( const oslInterlockedCount  nThreadID)
pure virtual

Implemented in ThreadListener.


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