Scopira  20080306
scopira::agent::taskmsg_reactor_i Class Referenceabstract

#include <agent.h>

Public Member Functions

virtual void react_taskmsg (scopira::agent::agent_i *a, scopira::tool::uuid srcid, scopira::tool::uuid destid)=0
 

Detailed Description

This is a handler for message arrive notices.

Author
Aleksander Demko

Member Function Documentation

◆ react_taskmsg()

virtual void scopira::agent::taskmsg_reactor_i::react_taskmsg ( scopira::agent::agent_i a,
scopira::tool::uuid  srcid,
scopira::tool::uuid  destid 
)
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.

Author
Aleksander Demko

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