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

GaiaES::Listener Class Reference

GaiaES - Gaia Event Listener. More...

Inherits POA_Gaia::EventManager::EventListener.

Inherited by GaiaFS::Listener [virtual].

List of all members.

Public Methods

 Listener ()

Protected Methods

virtual void receiveEvent (char *type, char *name, char *id, GaiaAny &info)=0
 Pure virtual method which should be implemented by derived classes.


Friends

class GaiaES


Detailed Description

GaiaES - Gaia Event Listener.

Application consumer should inherit from this class 'Consumer' and implement the receiveEvent method to receive event.


Member Function Documentation

virtual void GaiaES::Listener::receiveEvent char *    type,
char *    name,
char *    id,
GaiaAny &    info
[protected, pure virtual]
 

Pure virtual method which should be implemented by derived classes.

This method is called when an event is received

Parameters:
type  the type of the event channel on which this event was received
name  the name of the event channel on which this event was received
id  application level identifier uniquely defining the event payload format
info  the payload of the event.


The documentation for this class was generated from the following file:
Generated on Wed Sep 18 18:10:51 2002 for Gaia by doxygen1.2.16