Callbackable Class Reference

Interface class for a class which wants to be callback on a certain action. More...

#include <callbackable.h>

Inherited by HUDStatisticsManager, and StatisticTools.

Inheritance diagram for Callbackable:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Callbackable ()
virtual void doOnCallBack ()=0
 this method is invoked when a callback is done from the class where this class is for callback registered

Detailed Description

Interface class for a class which wants to be callback on a certain action.

In lpzrobots this should be the most case when the time loop is going to the next step.

Some classes are implementing the method addCallbackable(Callbackable* classname), which should be called for getting a callback.


Constructor & Destructor Documentation

virtual ~Callbackable (  )  [inline, virtual]


Member Function Documentation

virtual void doOnCallBack (  )  [pure virtual]

this method is invoked when a callback is done from the class where this class is for callback registered

Implemented in StatisticTools, and HUDStatisticsManager.


The documentation for this class was generated from the following file:
Generated on Tue Sep 16 22:01:21 2008 for Robotsystem of the Robot Group Leipzig by  doxygen 1.4.7