Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

GuiEventListener.h

Go to the documentation of this file.
00001 #ifndef Impala_Application_SDash_GuiEventListener_h
00002 #define Impala_Application_SDash_GuiEventListener_h
00003 
00004 namespace Impala 
00005 {
00006 namespace Application 
00007 {
00008 namespace SDash 
00009 {
00010 
00011 // abstract class
00012 class GuiEventListener 
00013 {
00014 
00015 public:
00016 
00017     virtual void GuiEvent(Window* src, void* userData) = 0;
00018 
00019 };
00020 
00021 } // namespace SDash
00022 } // namespace Application
00023 } // namespace Impala
00024 
00025 #endif

Generated on Fri Mar 19 09:30:38 2010 for ImpalaSrc by  doxygen 1.5.1