tbx
0.7.3
|
Listener for output from a task window. More...
#include <taskwindow.h>
Public Member Functions | |
virtual void | taskwindow_output (TaskWindow &task_window, int size, const char *text)=0 |
Called when there is output from the task window has. More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Listener for output from a task window.
|
pure virtual |
Called when there is output from the task window has.
task_window | the task window with output |
size | number of bytes of output |
text | output text |