Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

GDataReader Class Reference

GDataReader is an abstract class that defines the interface a class must support in order to receive incoming data from a GDataExchange instance. More...

Inheritance diagram for GDataReader:

MainWindow List of all members.

Public Member Functions

virtual void processData (GBuffer *buffer)=0
 This method is called by an instance of GDataExchange when new data has become available.


Detailed Description

GDataReader is an abstract class that defines the interface a class must support in order to receive incoming data from a GDataExchange instance.

Any class that parses incoming data must implement this interface.

Author:
Holger Wunsch


Member Function Documentation

virtual void GDataReader::processData GBuffer buffer  )  [pure virtual]
 

This method is called by an instance of GDataExchange when new data has become available.

It is not guaranteed that buffer remains valid after a call to this method.

Implemented in MainWindow.


Generated on Sun Apr 27 18:26:58 2003 for Grisu by doxygen1.3