YAMI4 C++
List of all members
yami::event_callback Class Reference

Event notification callback interface. More...

#include <event_callback.h>

Inheritance diagram for yami::event_callback:
yami::activity_statistics_monitor

Detailed Description

Event notification callback interface.

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.


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