|
OpenTop 1.5 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||||
| SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD | |||||||
#include "ot/base/ThreadTerminationHandler.h"

Just befofe a Thread terminates, all the registered handlers will be invoked on a last-in, first-out (LIFO) basis.
| Method Summary | |
virtual void |
onThreadTermination(Thread* pThread)=0Just befofe an OpenTop Thread terminates, this method is invoked on all registered handlers, on a last-in, first-out (LIFO) basis. |
| Methods inherited from class ot::ManagedObject |
addRef(), getRefCount(), onFinalRelease(), operator=(const ManagedObject&), release() |
| Method Detail |
virtual void onThreadTermination(Thread* pThread)=0
|
OpenTop 1.5 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | Cross-Platform C++ | ||||||
| SUMMARY: CONSTRUCTOR | METHOD | DETAIL: CONSTRUCTOR | METHOD | |||||||