
com.frostwire.jlibtorrent.alerts.GenericAlert Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlibtorrent Show documentation
Show all versions of jlibtorrent Show documentation
A swig Java interface for libtorrent by the makers of FrostWire.
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