#include <UEventsSender.h>
Public Member Functions | |
UEventsSender () | |
virtual | ~UEventsSender () |
Protected Member Functions | |
void | post (UEvent *event, bool async=true) const |
Definition at line 15 of file UEventsSender.h.
|
inline |
Definition at line 18 of file UEventsSender.h.
|
virtual |
Definition at line 23 of file UEventsSender.cpp.
For convenience to post an event. This is the same than calling UEventsManager::post() with the sender reference.
Definition at line 28 of file UEventsSender.cpp.