#include <callbackable.h>
Inherited by HUDStatisticsManager, and StatisticTools.
Inheritance diagram for Callbackable:
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 |
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.
virtual ~Callbackable | ( | ) | [inline, virtual] |
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.