YAMI4 - C++ general-purpose interface
yami::event_callback Class Reference

Event notification callback interface. More...

#include <event_callback.h>

Inherited by yami::activity_statistics_monitor.

List of all members.


Detailed Description

This class defined the base interface for the internal event notification callback. Users can implement this interface and install its instance in the given agent to receive notifications about internal events.

Note: The event callback is supposed to be used only to gather statistics and for similar state monitoring - in particular the implementation of this interface should not attempt to use any agent functionality.