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

net.customware.license.support.event.LicenseUninstalledEvent Maven / Gradle / Ivy

The newest version!
package net.customware.license.support.event;

import de.schlichtherle.license.LicenseContent;

/**
 * @author abi.dzar
 * @author aneel
 * @since 20130912
 */
public class LicenseUninstalledEvent extends LicenseEvent{

    public LicenseUninstalledEvent(LicenseContent licenseContent) {
        super(licenseContent);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy