Class TorrentDeletedAlert

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

public final class TorrentDeletedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_deleted_alert>
This alert is generated when a request to delete the files of a torrent complete.

The ``info_hash`` is the info-hash of the torrent that was just deleted. Most of the time the torrent_handle in the ``torrent_alert`` will be invalid by the time this alert arrives, since the torrent is being deleted. The ``info_hash`` member is hence the main way of identifying which torrent just completed the deletion.

This alert is posted in the ``storage_notification`` category, and that bit needs to be set in the alert_mask.

  • Constructor Details

    • TorrentDeletedAlert

      public TorrentDeletedAlert(com.frostwire.jlibtorrent.swig.torrent_deleted_alert alert)
  • Method Details

    • getInfoHashes

      public InfoHash getInfoHashes()