com.alachisoft.ncache.licensing.ILicenseSink Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nc-activate Show documentation
Show all versions of nc-activate Show documentation
internal package of Alachisoft.
package com.alachisoft.ncache.licensing;
import com.alachisoft.ncache.licensing.LicenseInfo;
/*************************************************************************
* Author: Hasan Khan
* Date created: 06-05-2008
*
* Modified By:
* Last modified by:
* Date modified:
/*************************************************************************/
//C# TO JAVA CONVERTER TODO TASK: There is no preprocessor in Java:
//#if NCPEX
//#else
//#endif
public interface ILicenseSink {
java.util.ArrayList Load();
void Dump(java.util.ArrayList licenses);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy