#include <Event.h>
Inheritance diagram for ogs::support::Event:
Public Member Functions | |
Event (Object &object) | |
Create a new event. | |
Object & | getSource () const |
Determine the object that caused this event. | |
virtual std::string | toString () const |
Format a string representation of this object. |
|
|
|
|
|
The format of the string is "Class@Address [observed Observed]" where "Class" is the name of the class, "Address" is the pointer to this object, and "Observed" is the observed object.
|