Class TorrentPausedAlert

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

public final class TorrentPausedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_paused_alert>
This alert is generated as a response to a ``torrent_handle::pause`` request. It is generated once all disk IO is complete and the files in the torrent have been closed. This is useful for synchronizing with the disk.
  • Constructor Details

    • TorrentPausedAlert

      public TorrentPausedAlert(com.frostwire.jlibtorrent.swig.torrent_paused_alert alert)