class PWNotifier

Interface which receives notification events from ProcessWatch. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

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:

processprocess name which was born.
void  death (const std::string& process)

death

[pure virtual]

Method called when a XORP process dies.

Parameters:

processprocess name which died.

Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:30 2006, using kdoc $.