Class TorrentResumedAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.torrent_resumed_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_resumed_alert>
com.frostwire.jlibtorrent.alerts.TorrentResumedAlert
All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.torrent_resumed_alert>

public final class TorrentResumedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_resumed_alert>
This alert is generated as a response to a torrent_handle::resume() request. It is generated when a torrent goes from a paused state to an active state.
  • Constructor Details

    • TorrentResumedAlert

      public TorrentResumedAlert(com.frostwire.jlibtorrent.swig.torrent_resumed_alert alert)