Interface UserSessionListener

    • Method Detail

      • onUserSessionCreated

        void onUserSessionCreated​(String username)
        Called when a user session has been created with the trade adapter.
        Parameters:
        username - The username of the user that the session was created for.
      • onUserSessionClosed

        void onUserSessionClosed​(String username)
        Called when a user session has been closed with the trade adapter.
        Parameters:
        username - The username of the user that the session was closed for.