public method IO2GSummaryTable.subscribeUpdate

Brief

Subscribes table listener to table updates.

Declaration
C++
virtual void  subscribeUpdate (O2GTableUpdateType updateType, IO2GTableListener * listener) = 0

Parameters
updateType

The type of updates.

listener

The table listener.

Declared in IO2GTable

back