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

ImageSetIdxGridListener.h

Go to the documentation of this file.
00001 #ifndef Impala_Visualization_ImageSetIdxGridListener_h
00002 #define Impala_Visualization_ImageSetIdxGridListener_h
00003 
00004 namespace Impala {
00005 namespace Visualization {
00006 
00007 class ImageSetIdxGrid;
00008 
00009 class ImageSetIdxGridListener
00010 {
00011 public:
00012     virtual void
00013     ImageSelectionEvent(ImageSetIdxGrid* src, int viewIndex, void* listenerData)
00014     {
00015     }
00016 };
00017 
00018 } // namespace Visualization
00019 } // namespace Impala
00020 
00021 #endif

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