| XrlFinderEventObserverV0p1Client (XrlSender* s) | XrlFinderEventObserverV0p1Client | 
| ~XrlFinderEventObserverV0p1Client () | ~XrlFinderEventObserverV0p1Client | 
[virtual]
| typedef XorpCallback1<void, const XrlError&>::RefPtr XrlTargetBirthCB | XrlTargetBirthCB | 
| bool  send_xrl_target_birth (
	const char*	target_name,
	const string&	target_class,
	const string&	target_instance,
	const XrlTargetBirthCB&	cb
    ) | send_xrl_target_birth | 
Send Xrl intended to:
Announce target birth to observer.
Parameters:
| tgt_name | Xrl Target name | 
| target_class | the target class name. | 
| target_instance | the target instance name. | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr XrlTargetDeathCB | XrlTargetDeathCB | 
| bool  send_xrl_target_death (
	const char*	target_name,
	const string&	target_class,
	const string&	target_instance,
	const XrlTargetDeathCB&	cb
    ) | send_xrl_target_death | 
Send Xrl intended to:
Announce target death to observer.
Parameters:
| tgt_name | Xrl Target name | 
| target_class | the target class name. | 
| target_instance | the target instance name. | 
| XrlSender* _sender | _sender | 
[protected]