#include <Runnable.h>
Inheritance diagram for util::ThreadListener:

Public Methods | |
| virtual void | threadDied (Thread *t)=0 |
| When a thread is finished, this method is called with a pointer to the thread as its only argument. | |
|
|
When a thread is finished, this method is called with a pointer to the thread as its only argument. Actually, the call is still invoked from a separate thread, but just after the run() method of a thread returns. |