Public Member Functions

Engine::SessionWasEstablished Class Reference

Session was established. More...

#include <B2BITS_Event.h>

Inheritance diagram for Engine::SessionWasEstablished:
Collaboration diagram for Engine::SessionWasEstablished:

List of all members.

Public Member Functions

virtual Type getType () const
 Returns the event type.
 SessionWasEstablished (const Session *sn)
 Constructor.
 SessionWasEstablished (const std::string &sender, const std::string &target, Session::Role role)

Detailed Description

Session was established.

Definition at line 387 of file B2BITS_Event.h.


Constructor & Destructor Documentation

Engine::SessionWasEstablished::SessionWasEstablished ( const Session sn )

Constructor.

Parameters:
snInstance of Session assigned with event
Engine::SessionWasEstablished::SessionWasEstablished ( const std::string &  sender,
const std::string &  target,
Session::Role  role 
)

Member Function Documentation

virtual Type Engine::SessionWasEstablished::getType (  ) const [inline, virtual]

Returns the event type.

Can be used instead of C++ RTTI.

Reimplemented from Engine::SessionNotification.

Definition at line 393 of file B2BITS_Event.h.

References Engine::Event::SESSION_WAS_ESTABLISHED.