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

net.anotheria.anosite.cms.listener.AutoTransferFeatureListener Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.cms.listener;

import net.anotheria.anosite.gen.asfeature.data.ModuleASFeature;

public class AutoTransferFeatureListener extends AutoTransferListener {

    public AutoTransferFeatureListener() {
        super(ModuleASFeature.MODULE_ID);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy