# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::IEventListener Class Reference

Interface for event listener. More...

#include <event_listener.h>

Inheritance diagram for NLMISC::IEventListener

Inheritance graph
[legend]
List of all members.

Public Methods

 IEventListener ()
 Constructor. More...

virtual void operator() (const CEvent& event) = 0
 Call back of the listener. More...


Detailed Description

Interface for event listener.

A listener provides a callback.

Author(s):
Stephane Coutelas , Nevrax France
Date:
2000

Definition at line 45 of file event_listener.h.


Constructor & Destructor Documentation

NLMISC::IEventListener::IEventListener ( )
 

Constructor.

Definition at line 37 of file event_listener.cpp.


Member Function Documentation

void NLMISC::IEventListener::operator() ( const CEvent & event ) [pure virtual]
 

Call back of the listener.

Parameters:
event   is the event send to the listener

Reimplemented in NLMISC::CEventListenerAsync.


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