interface IO2GSessionStatus

Brief

The interface of the session status listeners.

Details

This interface must be implemented by the application in order to monitor the status of the session object.

An instance of implementation of this interface must be specified in the O2GSession.subscribeSessionStatus method in order to get the session status updates.

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

Public Methods

onLoginFailed

The method is called when the login procedure is failed.

onSessionStatusChanged

The method is called when the status of the session is changed.

back