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

com.frostwire.jlibtorrent.alerts.GenericAlert Maven / Gradle / Ivy

There is a newer version: 1.2.0.18
Show newest version
package com.frostwire.jlibtorrent.alerts;

import com.frostwire.jlibtorrent.swig.alert;

/**
 * @author gubatron
 * @author aldenml
 */
public final class GenericAlert extends AbstractAlert {

    public GenericAlert(alert alert) {
        super(alert);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy