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

SelectionCollectionListener.h

Go to the documentation of this file.
00001 #ifndef VideoExcel_SelectionCollectionListener_h
00002 #define VideoExcel_SelectionCollectionListener_h
00003 
00004 namespace Impala {
00005 namespace Application {
00006 namespace VideoExcel {
00007 
00008 class SelectionCollectionListener
00009 {
00010 public:
00011 
00012     virtual void SelectCollectionEvent(int collectionID)
00013     {
00014     }
00015     virtual void SelectCollectionInvertedEvent(int collectionID)
00016     {
00017     }
00018     virtual void AddCollectionToSelectionEvent(int collectionID)
00019     {
00020     }
00021     virtual void RemoveCollectionFromSelectionEvent(int collectionID)
00022     {
00023     }
00024 
00025 
00026 };
00027 } // namespace VideoExcel
00028 } // namespace Application
00029 } // namespace Impala
00030 
00031 #endif // SelectionCollectionListener_h

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