Interface ILicenceSystemComm


public interface ILicenceSystemComm
Interface that the listener can use to interact with the license system connected server.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Requests close of this session instance.
  • Method Details Link icon

    • requestClose Link icon

      void requestClose(ILicenseServerListener listener)
      Requests close of this session instance.
      Parameters:
      listener - The listener to request close of.