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

virtual void Impala::Application::MediaTable::TableDataView::UpdateRowsEvent (  )  [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataSourceListener.

Definition at line 91 of file TableDataView.h.

References DoUpdateRowsEvent(), Impala::Application::MediaTable::TableDataSourceListener::GetListenTableUpdates(), and ILOG_DEBUG.

00092     {
00093         ILOG_DEBUG("TableDataView: UpdateRowsEvent");
00094         if (GetListenTableUpdates())
00095                 DoUpdateRowsEvent();
00096     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:45:50 2010 for ImpalaSrc by  doxygen 1.5.1