Class TorrentDeletedAlert

All Implemented Interfaces:
Alert<torrent_deleted_alert>

public final class TorrentDeletedAlert extends TorrentAlert<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

  • Method Details

    • getInfoHashes

      public InfoHash getInfoHashes()