GenApi  3.5.1
Public Member Functions | Protected Attributes | List of all members

callback body instance for INode pointers

Inherited by Function_NodeCallback< Function >, and Member_NodeCallback< Client, Member >.

Public Member Functions

virtual ~CNodeCallback ()
 virtual destructor
 
virtual void operator() (ECallbackType CallbackType) const =0
 fires the callback if the type is right
 
virtual void Destroy ()=0
 destroys the object
 
INode * GetNode ()
 returns the node the callback is registered to
 

Protected Attributes

INode * m_pNode
 the node were the callback is installed
 
ECallbackType m_CallbackType
 the type of the callback