Class StorageMovedAlert

All Implemented Interfaces:
Alert<storage_moved_alert>

public final class StorageMovedAlert extends TorrentAlert<storage_moved_alert>
This alert is generated when all the disk IO has completed and the files have been moved, as an effect of a call to TorrentHandle.moveStorage(java.lang.String, com.frostwire.jlibtorrent.MoveFlags). This is useful to synchronize with the actual disk. The storagePath() member is the new path of the storage.
  • Constructor Details

  • Method Details

    • storagePath

      public String storagePath()