Interface IDfSessionManagerEventListener


public interface IDfSessionManagerEventListener
Allows a client to subscribe to major Session Manager events
Since:
5.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called only when session manager has to create a new session object.
    void
    Deprecated. 
  • Method Details

    • onSessionCreate

      void onSessionCreate(IDfSession session) throws DfException
      This method is called only when session manager has to create a new session object. It allows a client to set some client-specific session configuration parameters.
      Parameters:
      session - that has been created
      Throws:
      DfException
    • onSessionDestroy

      void onSessionDestroy(IDfSession session) throws DfException
      Deprecated.
      This method is called when session manager is going to disconnect the given session. It called just before actual session disconnect.
      Parameters:
      session - that will be disconnected
      Throws:
      DfException