Class StorageMovedAlert

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

public final class StorageMovedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.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 member is the new path of the storage.
  • Constructor Details

    • StorageMovedAlert

      public StorageMovedAlert(com.frostwire.jlibtorrent.swig.storage_moved_alert alert)
  • Method Details

    • storagePath

      public String storagePath()