reSIProcate/stack  9694
Public Member Functions
resip::ExternalStatsHandler Class Reference

Interface functor for external stats handling. More...

#include <StatisticsHandler.hxx>

List of all members.

Public Member Functions

virtual ~ExternalStatsHandler ()=0
virtual bool operator() (StatisticsMessage &statsMessage)=0
 

Detailed Description

Interface functor for external stats handling.

User can catch stats events before the stack automatically handles them and can suppress automatic behavior if desired.

See also:
resip::StatisticsManager::setExternalStatsHandler

Definition at line 14 of file StatisticsHandler.hxx.


Constructor & Destructor Documentation

ExternalStatsHandler::~ExternalStatsHandler ( ) [pure virtual]

Definition at line 8 of file StatisticsHandler.cxx.

{}

Member Function Documentation

virtual bool resip::ExternalStatsHandler::operator() ( StatisticsMessage statsMessage) [pure virtual]

Parameters:
statsMessagecontains the current stats for the stack.
Returns:
true to continue processing this message and perform default handling, false to supress further handling, including default handling.

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