Adapter class for threads.
More...
List of all members.
Detailed Description
Adapter class that can be used by objects that want to listen on threads but only need to process few events.
Member Function Documentation
| void BinNavi.API.debug.IThreadListener.changedProgramCounter |
( |
Thread |
thread |
) |
[package, inherited] |
Invoked after the program counter of the thread changed.
- Parameters:
-
| thread | The thread whose program counter changed. |
| void BinNavi.API.debug.IThreadListener.changedRegisters |
( |
Thread |
thread |
) |
[inherited] |
Invoked after the register values of the thread changed.
- Parameters:
-
| thread | The thread whose register values changed. |
| void BinNavi.API.debug.IThreadListener.changedState |
( |
Thread |
thread |
) |
[inherited] |
Invoked after the state of the thread changed.
- Parameters:
-
| thread | The thread whose state changed. |