Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:31 2011 for ImpalaSrc by  doxygen 1.5.1