VICI
0.11.815
Visual Chart Interpreter
|
Interface that allows the owner of a child process to be notified. More...
#include <vici/proc.h>
Public Member Functions | |
virtual | ~ProcessOwner () |
Destructor. | |
virtual void | processTerminated (AbstractChildProcess *cp)=0 |
Notification that process terminated. More... | |
Interface that allows the owner of a child process to be notified.
|
pure virtual |
Notification that process terminated.
cp | The child process that ended. |