class InstanceWatcher

Instance watcher base class. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

This is a base class used by other components to add/delete interest in watching the status of a component instance.

 ~InstanceWatcher ()

~InstanceWatcher

[virtual]

void  instance_birth (const string& instance_name)

instance_birth

[pure virtual]

Inform the watcher that a component instance is alive.

Parameters:

instance_namethe name of the instance that is alive.
void  instance_death (const string& instance_name)

instance_death

[pure virtual]

Inform the watcher that a component instance is dead.

Parameters:

instance_namethe name of the instance that is dead.

Generated by: bms on anglepoise.lon.incunabulum.net on Wed Jul 23 10:05:50 2008, using kdoc 2.0a54+XORP.