Thread Spy interface declaration. More...
#include <fthread.h>
Public Member Functions | |
| virtual void | threadAdded (FThread *f)=0 |
| Called when a thread was added. | |
| virtual void | threadRemoved (FThread *f)=0 |
| Called when a thread was removed. | |
Thread Spy interface declaration.
| virtual void threadAdded | ( | FThread * | f | ) | [pure virtual] |
Called when a thread was added.
| f | thread |
| virtual void threadRemoved | ( | FThread * | f | ) | [pure virtual] |
Called when a thread was removed.
| f | thread |