RobWorkProject
24.12.4-
|
Structure for data associated to a listener. More...
#include <Event.hpp>
Public Member Functions | |
EventListener (CallBackMethod callback, const void *obj, int id) | |
Constructs Listener data struct. | |
Public Attributes | |
CallBackMethod | callback |
The callback method. | |
const void * | obj |
The object associated with the callback. | |
int | id |
The id associated with the callback. | |
Structure for data associated to a listener.