RobWorkProject  23.9.11-
Public Member Functions | Public Attributes | List of all members
EventListener< CallBackMethod > Struct Template Reference

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.
 

Detailed Description

template<class CallBackMethod>
struct rw::core::EventListener< CallBackMethod >

Structure for data associated to a listener.


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