#include <B2BITS_Event.h>
Inheritance diagram for Engine::SessionWasCreated:
Collaboration diagram for Engine::SessionWasCreated:Public Member Functions | |
| virtual Type | getType () const |
| Returns the event type. | |
| SessionWasCreated (const Session *sn) | |
| Constructor. | |
Session was created.
Definition at line 329 of file B2BITS_Event.h.
| Engine::SessionWasCreated::SessionWasCreated | ( | const Session * | sn ) |
Constructor.
| virtual Type Engine::SessionWasCreated::getType | ( | ) | const [inline, virtual] |
Returns the event type.
Can be used instead of C++ RTTI.
Reimplemented from Engine::SessionNotification.
Definition at line 333 of file B2BITS_Event.h.
References Engine::Event::SESSION_WAS_CREATED.
1.7.2