interface IO2GResponseListener

Brief

The interface to listen to responses.

Details

This interface must be implemented by the application in order to get responses to the server commands.

An implementation of this interface must be specified in the O2GSession.subscribeResponse method in order to get the responses.

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Methods

onRequestCompleted

The method is called when the request is completed successfully.

onRequestFailed

The method is called when the request execution has failed.

onTablesUpdates

The method is called when a data update message is received.

back