From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/classNLMISC_1_1IEventListener.html | 178 +++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1IEventListener.html (limited to 'docs/doxygen/nel/classNLMISC_1_1IEventListener.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1IEventListener.html b/docs/doxygen/nel/classNLMISC_1_1IEventListener.html new file mode 100644 index 00000000..7e5f56a0 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1IEventListener.html @@ -0,0 +1,178 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: +

+ +NL3D::CEvent3dMouseListener +NLMISC::CEventListenerAsync + +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:
+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 39 of file event_listener.cpp.

+


Member Function Documentation

+

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

+Call back of the listener. +

+

+Parameters:
+ + +
event  +is the event send to the listener
+
+

+Implemented in NLMISC::CEventListenerAsync.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1