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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
requestClose(ILicenseServerListener listener)
Requests close of this session instance.
-
-
-
Method Detail
-
requestClose
void requestClose(ILicenseServerListener listener)
Requests close of this session instance.- Parameters:
listener
- The listener to request close of.
-
-