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:
Public Member Functions | |
virtual void | processData (GBuffer *buffer)=0 |
This method is called by an instance of GDataExchange when new data has become available. |
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.
|
This method is called by an instance of
It is not guaranteed that Implemented in MainWindow. |