Scopira
20080306
|
#include <agent.h>
Public Member Functions | |
virtual void | react_taskmsg (scopira::agent::agent_i *a, scopira::tool::uuid srcid, scopira::tool::uuid destid)=0 |
This is a handler for message arrive notices.
|
pure virtual |
This is called when the given task (usually a local context) has a message ready. Note that this is called from one of the agent's threads. Make sure to do any gui locks if you're going to do gui stuff.