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

TableFilterUpdateListener.h

Go to the documentation of this file.
00001 #ifndef MediaTable_TableFilterUpdateListener_h
00002 #define MediaTable_TableFilterUpdateListener_h
00003 
00004 namespace Impala {
00005 namespace Application {
00006 namespace MediaTable {
00007 
00008 class TableFilterUpdateListener
00009 {
00010 public:
00011 
00012     virtual void ApplyFilters()
00013     {
00014     }
00015 
00016 };
00017 } // namespace MediaTable
00018 } // namespace Application
00019 } // namespace Impala
00020 
00021 #endif // TableFilterUpdateListener_h

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