VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cfi::ProcessOwner Class Referenceabstract

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...
 

Detailed Description

Interface that allows the owner of a child process to be notified.

Member Function Documentation

virtual void VICI::cfi::ProcessOwner::processTerminated ( AbstractChildProcess cp)
pure virtual

Notification that process terminated.

Parameters
cpThe child process that ended.

The documentation for this class was generated from the following file: