Public Member Functions | |
bool | connected () const |
void | disconnect () |
void | emit (const Event &event, const String &event_type, const String &detailedevent) |
EventConnection (EventDispatcher &edispatcher, const String &eventselector, EventHandler handler) | |
~EventConnection () | |
Public Attributes | |
EventDispatcher * | dispatcher_ |
EventHandler | handler_ |
const String | selector_ |
~EventConnection | ( | ) |
EventConnection | ( | EventDispatcher & | edispatcher, |
const String & | eventselector, | ||
EventHandler | handler | ||
) |
void disconnect | ( | ) |
bool connected | ( | ) | const |
const String selector_ |
EventHandler handler_ |
EventDispatcher* dispatcher_ |