LogHandler Class Reference

A virtual interface which can be reimplemented to receive data sent and received over the network. More...

#include <loghandler.h>

List of all members.

Public Member Functions

virtual ~LogHandler ()
virtual void handleLog (const std::string &xml, bool incoming)=0


Detailed Description

A virtual interface which can be reimplemented to receive data sent and received over the network.

Upon an incoming packet handleLog() is be called.

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.5

Definition at line 31 of file loghandler.h.


Constructor & Destructor Documentation

virtual ~LogHandler  )  [inline, virtual]
 

Virtual Destructor.

Definition at line 37 of file loghandler.h.


Member Function Documentation

virtual void handleLog const std::string &  xml,
bool  incoming
[pure virtual]
 

Reimplement this function if you want to receive the chunks of the conversation between gloox and server.

Parameters:
xml The sent or received XML.
incoming True if the string was received, false if it was sent.


The documentation for this class was generated from the following file:
Generated on Mon Jan 16 16:19:59 2006 for gloox by  doxygen 1.4.6