public method O2GSession.subscribeSessionStatus

Brief

Subscribes a session status listener.

Declaration
Java
void  subscribeSessionStatus (IO2GSessionStatus listener)

Parameters
listener

An instance of the class which implements the IO2GSessionStatus interface.

Details

You must unsubscribe all the listeners before disposing the session object.

Use unsubscribeSessionStatus to unsubscribe the listener.

Declared in O2GSession

back