V-ART
Public Member Functions | List of all members
VART::CallBack Class Referenceabstract

An object that is activated in a callback-like scheme. More...

#include <callback.h>

Public Member Functions

virtual void Activate ()=0
 
virtual ~CallBack ()
 

Detailed Description

An object that is activated in a callback-like scheme.

A callback object is an object that implements the Activate() method. Whenever a V-ART class needs to run unknown code at unkown objects, it calls the Activate of a callback object. In order to use a call-back, derive the class, adding attributes (usually pointers to the objects that will be activated) and reimplement the Activate method.

Definition at line 18 of file callback.h.

Constructor & Destructor Documentation

virtual VART::CallBack::~CallBack ( )
inlinevirtual

Definition at line 24 of file callback.h.

Member Function Documentation

virtual void VART::CallBack::Activate ( )
pure virtual

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