All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alachisoft.ncache.licensing.ILicenseSink Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
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