OnixS C++ MTS Cash SDP Handler  1.6.5
API documentation
SessionListener Class Reference

#include <OnixS/MTS/Cash/SDP/SessionListener.h>

Public Member Functions

virtual void onMessageSending (UInt32)
 
virtual void onReceivedBytes (const char *, size_t)
 

Protected Member Functions

virtual ~SessionListener ()
 

Detailed Description

Session listener.

Definition at line 30 of file SessionListener.h.

Constructor & Destructor Documentation

virtual ~SessionListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Definition at line 44 of file SessionListener.h.

Member Function Documentation

virtual void onMessageSending ( UInt32  )
inlinevirtual

Implement this member to get notifications immediately before message sending.

Definition at line 35 of file SessionListener.h.

virtual void onReceivedBytes ( const char *  ,
size_t   
)
inlinevirtual

Implement this member to get notifications as soon as bytes are received from the wire.

Definition at line 39 of file SessionListener.h.


The documentation for this class was generated from the following file: