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

SearchTopicGuiListener.h

Go to the documentation of this file.
00001 #ifndef Impala_Visualization_SearchTopicGuiListener_h
00002 #define Impala_Visualization_SearchTopicGuiListener_h
00003 
00004 
00005 namespace Impala
00006 {
00007 namespace Visualization
00008 {
00009 
00010 
00011 class SearchTopicGui;
00012 
00013 class SearchTopicGuiListener
00014 {
00015 public:
00016 
00017     virtual void
00018     TopicSelectionEvent(SearchTopicGui* src, int topic, void* userData)
00019     {
00020     }
00021 
00022 };
00023 
00024 } // namespace Visualization
00025 } // namespace Impala
00026 
00027 #endif

Generated on Fri Mar 19 09:31:53 2010 for ImpalaSrc by  doxygen 1.5.1