public method IO2GResponseListener.onTablesUpdates
Brief
Processes notifications about tables updates.
Declaration | ||||
|
Parameters | |
data |
The response object. It is provided by the server as a result of trading tables updates. The type of this response is O2GResponseType.TablesUpdates. You must use the IO2GResponseReaderFactory.createTablesUpdatesReader method to process this response and to create the IO2GTablesUpdatesReader object. For details, see the example below. |
Details
In order to process notifications about tables updates, an instance of the class implementing the IO2GResponseListener interface
must be subscribed to a session object.
It is accomplished by calling the O2GSession
.subscribeResponse
method.
Note: If your application uses the IO2GTableManager, processing of tables updates is done in methods of the class that implements the IO2GTableListener interface.
Example
Process notifications about live offer updates [hide]
Declared in IO2GResponseListener