Package com.iizix.license
Interface ILicenceSystemComm
public interface ILicenceSystemComm
Interface that the listener can use to interact with the license system connected server.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidrequestClose(ILicenseServerListener listener) Requests close of this session instance.
Method Details
requestClose
Requests close of this session instance.- Parameters:
listener- The listener to request close of.