|
|
An object may register to receive notification events with a process watch. This will enable the object to receive announcements for the death and birth of a XORP process.
~PWNotifier ()
| ~PWNotifier |
[virtual]
void birth (const std::string& process)
| birth |
[pure virtual]
Method called when a XORP process comes to life.
Parameters:
process | process name which was born. |
void death (const std::string& process)
| death |
[pure virtual]
Method called when a XORP process dies.
Parameters:
process | process name which died. |