com.fxcm.messaging
Interface IUserSessionStatusListener


public interface IUserSessionStatusListener

Implementation of this interface is required to support receiving of session status messages.


Method Summary
 void update(IUserSession aSession, ISessionStatus aNewStatus)
          Method update is invoked on arrival of ISessionStatus messages


 

 

Method Detail

update

void update(IUserSession aSession,
            ISessionStatus aNewStatus)
Method update is invoked on arrival of ISessionStatus messages


 

Parameters:
aSession - the updated session
aNewStatus - received session status to process


Copyright © 2012 FXCM, LLC. All Rights Reserved.